zsh: alias "quit" to "exit"

This commit is contained in:
2024-07-13 20:37:02 +00:00
parent f78b49f075
commit f6895393d9

View File

@@ -128,6 +128,7 @@ in
"ll" = "eza --long --time-style=long-iso";
# overcome poor defaults
"lsof" = "lsof -P"; #< lsof: use port *numbers*, not names
"quit" = "exit";
"tcpdump" = "tcpdump -n"; #< tcpdump: use port *numbers*, not names
};
setOptions = [