added -a to alias "l"

This commit is contained in:
mc-fucker 2022-06-06 03:37:08 +02:00
parent bbd318c1ae
commit f297cbd05b

View file

@ -18,7 +18,7 @@ with import <nixpkgs> {};
highlightStyle = "fg=cyan"; highlightStyle = "fg=cyan";
}; };
shellAliases = { shellAliases = {
"l" = "exa -lg"; "l" = "exa -lag";
"lh" = "command ls -hAl --color=auto"; "lh" = "command ls -hAl --color=auto";
"s" = "systemctl"; "s" = "systemctl";
"ip" = "ip -c"; "ip" = "ip -c";