mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 15:39:43 +00:00
adding _dotfile_key and _dotfile_link variables
This commit is contained in:
@@ -45,6 +45,9 @@ class Dotfile:
|
||||
_vars = {}
|
||||
_vars['_dotfile_abs_src'] = self.src
|
||||
_vars['_dotfile_abs_dst'] = self.dst
|
||||
_vars['_dotfile_key'] = self.key
|
||||
_vars['_dotfile_link'] = self.link.name.lower()
|
||||
|
||||
return _vars
|
||||
|
||||
def __str__(self):
|
||||
|
||||
Reference in New Issue
Block a user