Fix zsh aliases
This commit is contained in:
parent
a7ffca0bfe
commit
bd2b942001
|
|
@ -46,8 +46,8 @@ in
|
|||
'';
|
||||
|
||||
shellAliases = {
|
||||
".. " = "cd ..";
|
||||
"..." = "cd../..";
|
||||
".." = "cd ..";
|
||||
"..." = "cd ../..";
|
||||
ls = "ls --color=auto";
|
||||
ll = "ls -al";
|
||||
grep = "grep --color=auto";
|
||||
|
|
|
|||
Loading…
Reference in New Issue