zsh: add `exit` aliases: `ecit`, `exi5`

This commit is contained in:
Colin 2024-04-23 23:11:07 +00:00
parent aad645f2c5
commit 9c00c2c5cc
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ in
# common typos
"cd.." = "cd ..";
"cd../" = "cd ../";
"ecit" = "exit";
"exi5" = "exit";
"exiy" = "exit";
# ls helpers (eza is a nicer `ls`
"l" = "eza --oneline"; # show one entry per line