summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-08-30 20:21:38 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-08-30 20:21:38 +0200
commit95d266f58c45e0d6ccdbf4f42753a62abea4ea4a (patch)
treeb921c7b1a72e7c6cc261b81970b239cb84ab70c4 /.zshrc
parent30aca65fd990cbaf336ecb52c0308969c9d7d3e4 (diff)
downloaddotfiles-95d266f58c45e0d6ccdbf4f42753a62abea4ea4a.tar.gz
dotfiles-95d266f58c45e0d6ccdbf4f42753a62abea4ea4a.tar.xz
zshrc: complete process names for pkill
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to '.zshrc')
-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