Fix zsh aliases

This commit is contained in:
Joshua Yuen 2025-07-28 15:29:36 -04:00
parent a7ffca0bfe
commit bd2b942001
Signed by: josh
GPG Key ID: 502720BC22ED411C
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ in
'';
shellAliases = {
".. " = "cd ..";
"..." = "cd../..";
".." = "cd ..";
"..." = "cd ../..";
ls = "ls --color=auto";
ll = "ls -al";
grep = "grep --color=auto";