fixed sorting for lh alias
This commit is contained in:
parent
02ea85f89f
commit
4c7e6aba5f
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ with import <nixpkgs> {};
|
|||
highlightStyle = "fg=cyan";
|
||||
};
|
||||
shellAliases = {
|
||||
"lh" = "command ls -hAl --color=auto";
|
||||
"s" = "systemctl";
|
||||
"ip" = "ip -c";
|
||||
"n" = "cd /etc/nixos";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue