summaryrefslogtreecommitdiffstats
path: root/.zsh
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-07-08 23:24:04 +0200
committerFlorian Pritz <f-p@gmx.at>2009-07-08 23:24:04 +0200
commit0d0ce889afe24c23619f3a1347d6ac49d5b910e8 (patch)
tree063d979565aa98761578d1f2dd071bb825387d36 /.zsh
parent6de8d6e95da30fa0d8874dee247e724855b5414c (diff)
downloaddotfiles-0d0ce889afe24c23619f3a1347d6ac49d5b910e8.tar.gz
dotfiles-0d0ce889afe24c23619f3a1347d6ac49d5b910e8.tar.xz
better completion for kill
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/rc/70completion/10misc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.zsh/rc/70completion/10misc b/.zsh/rc/70completion/10misc
index b5528c4..6e3c0c9 100644
--- a/.zsh/rc/70completion/10misc
+++ b/.zsh/rc/70completion/10misc
@@ -32,6 +32,9 @@ zstyle ':completion:*:functions' ignored-patterns '_*'
# show menu when tabbing
zstyle ':completion:*' menu yes select
+# better completion for kill
+zstyle ':completion:*:*:kill:*' command 'ps -u$USER -o pid,%cpu,tty,cputime,cmd'
+
# bugged with zsh 4.3.10 for whatever reason
#zstyle ':completion:*' file-sort time
zstyle ':completion:*' file-sort name