zsh: alias exiy -> exit

This commit is contained in:
Colin 2024-03-01 19:56:09 +00:00
parent 2324d75165
commit c056984003

View File

@ -121,6 +121,7 @@ in
# common typos
"cd.." = "cd ..";
"cd../" = "cd ../";
"exiy" = "exit";
# ls helpers (eza is a nicer `ls`
"l" = "eza --oneline"; # show one entry per line
"ll" = "eza --long --time-style=long-iso";