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 = { shellAliases = {
".. " = "cd .."; ".." = "cd ..";
"..." = "cd../.."; "..." = "cd ../..";
ls = "ls --color=auto"; ls = "ls --color=auto";
ll = "ls -al"; ll = "ls -al";
grep = "grep --color=auto"; grep = "grep --color=auto";