diff --git a/modules/home/zsh/default.nix b/modules/home/zsh/default.nix index 105ab29..33c6632 100644 --- a/modules/home/zsh/default.nix +++ b/modules/home/zsh/default.nix @@ -46,8 +46,8 @@ in ''; shellAliases = { - ".. " = "cd .."; - "..." = "cd../.."; + ".." = "cd .."; + "..." = "cd ../.."; ls = "ls --color=auto"; ll = "ls -al"; grep = "grep --color=auto";