mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-05 14:58:48 +00:00
[FIX] Changed execution order of dotfiles
Dotfiles now get executed ascending (key), e.g. 00 to 99 or aa to zz
This commit is contained in:
@@ -241,8 +241,7 @@ class Cfg:
|
||||
if profile not in self.prodots:
|
||||
return []
|
||||
return sorted(self.prodots[profile],
|
||||
key=lambda x: str(x.key),
|
||||
reverse=True)
|
||||
key=lambda x: str(x.key))
|
||||
|
||||
def get_profiles(self):
|
||||
""" returns all defined profiles """
|
||||
|
||||
Reference in New Issue
Block a user