feat(alias): add l alias to home.nix
This commit is contained in:
parent
3989dfea54
commit
eed2f91a44
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -31,7 +31,7 @@
|
|||
enable = true;
|
||||
enableCompletion = true;
|
||||
shellAliases = {
|
||||
ll = "ls -la";
|
||||
l = "ls -l --human-readable --file-type --almost-all";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue