fixed sorting for lh alias

This commit is contained in:
mc-fucker 2021-11-08 21:22:11 +01:00
parent 02ea85f89f
commit 4c7e6aba5f

View file

@ -18,6 +18,7 @@ with import <nixpkgs> {};
highlightStyle = "fg=cyan"; highlightStyle = "fg=cyan";
}; };
shellAliases = { shellAliases = {
"lh" = "command ls -hAl --color=auto";
"s" = "systemctl"; "s" = "systemctl";
"ip" = "ip -c"; "ip" = "ip -c";
"n" = "cd /etc/nixos"; "n" = "cd /etc/nixos";