added -a to alias "l"
This commit is contained in:
parent
bbd318c1ae
commit
f297cbd05b
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ with import <nixpkgs> {};
|
|||
highlightStyle = "fg=cyan";
|
||||
};
|
||||
shellAliases = {
|
||||
"l" = "exa -lg";
|
||||
"l" = "exa -lag";
|
||||
"lh" = "command ls -hAl --color=auto";
|
||||
"s" = "systemctl";
|
||||
"ip" = "ip -c";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue