pls: fixed perm argument to pass via pls

This commit is contained in:
Nabeen Tiwaree 2024-10-12 05:43:52 -04:00 committed by GitHub
parent 2b13611eae
commit d57112db87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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 {