mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
pls: fixed perm argument to pass via pls
This commit is contained in:
@@ -9,7 +9,7 @@ let
|
||||
aliases = {
|
||||
ls = "${cfg.package}/bin/pls";
|
||||
ll =
|
||||
"${cfg.package}/bin/pls -d perms -d user -d group -d size -d mtime -d git";
|
||||
"${cfg.package}/bin/pls -d perm -d user -d group -d size -d mtime -d git";
|
||||
};
|
||||
|
||||
in {
|
||||
|
||||
@@ -23,7 +23,7 @@ with lib;
|
||||
"alias ls=@pls@/bin/pls"
|
||||
assertFileContains \
|
||||
home-files/.bashrc \
|
||||
"alias ll='@pls@/bin/pls -d perms -d user -d group -d size -d mtime -d git'"
|
||||
"alias ll='@pls@/bin/pls -d perm -d user -d group -d size -d mtime -d git'"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ with lib;
|
||||
"alias ls @pls@/bin/pls"
|
||||
assertFileContains \
|
||||
home-files/.config/fish/config.fish \
|
||||
"alias ll '@pls@/bin/pls -d perms -d user -d group -d size -d mtime -d git'"
|
||||
"alias ll '@pls@/bin/pls -d perm -d user -d group -d size -d mtime -d git'"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ with lib;
|
||||
"alias -- ls=@pls@/bin/pls"
|
||||
assertFileContains \
|
||||
home-files/.zshrc \
|
||||
"alias -- ll='@pls@/bin/pls -d perms -d user -d group -d size -d mtime -d git'"
|
||||
"alias -- ll='@pls@/bin/pls -d perm -d user -d group -d size -d mtime -d git'"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user