zsh: alias annoying lsof/tcpdump defaults

This commit is contained in:
Colin 2023-09-26 14:38:06 +00:00
parent 642afd6f34
commit 36d8158414

View File

@ -96,6 +96,9 @@ in
# common typos # common typos
"cd.." = "cd .."; "cd.." = "cd ..";
"cd../" = "cd ../"; "cd../" = "cd ../";
# overcome poor defaults
"lsof" = "lsof -P"; #< lsof: use port *numbers*, not names
"tcpdump" = "tcpdump -n"; #< tcpdump: use port *numbers*, not names
}; };
setOptions = [ setOptions = [
# docs: `man zshoptions` # docs: `man zshoptions`