diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-08-30 20:21:38 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-08-30 20:21:38 +0200 |
commit | 95d266f58c45e0d6ccdbf4f42753a62abea4ea4a (patch) | |
tree | b921c7b1a72e7c6cc261b81970b239cb84ab70c4 | |
parent | 30aca65fd990cbaf336ecb52c0308969c9d7d3e4 (diff) | |
download | dotfiles-95d266f58c45e0d6ccdbf4f42753a62abea4ea4a.tar.gz dotfiles-95d266f58c45e0d6ccdbf4f42753a62abea4ea4a.tar.xz |
zshrc: complete process names for pkill
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |