zsh: alias exiy -> exit
This commit is contained in:
@@ -121,6 +121,7 @@ in
|
|||||||
# common typos
|
# common typos
|
||||||
"cd.." = "cd ..";
|
"cd.." = "cd ..";
|
||||||
"cd../" = "cd ../";
|
"cd../" = "cd ../";
|
||||||
|
"exiy" = "exit";
|
||||||
# ls helpers (eza is a nicer `ls`
|
# ls helpers (eza is a nicer `ls`
|
||||||
"l" = "eza --oneline"; # show one entry per line
|
"l" = "eza --oneline"; # show one entry per line
|
||||||
"ll" = "eza --long --time-style=long-iso";
|
"ll" = "eza --long --time-style=long-iso";
|
||||||
|
Reference in New Issue
Block a user