summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 18421cb..b2d9346 100644
--- a/.zshrc
+++ b/.zshrc
@@ -680,6 +680,7 @@ zstyle ':completion:*:*:kill:*' command 'ps -u$USER -o pid,%cpu,tty,cputime,cmd'
# Provide more processes in completion of programs like killall:
zstyle ':completion:*:processes-names' command 'ps c -u ${USER} -o command | uniq'
+compdef pkill=killall
# bugged with zsh 4.3.10 for whatever reason
#zstyle ':completion:*' file-sort time