From f7580adb988413716f9ecb843aad86d7fae3e1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Thu, 17 Dec 2015 17:32:02 +0100 Subject: [PATCH] kill completion --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index 743eb3f..1211395 100644 --- a/.zshrc +++ b/.zshrc @@ -73,6 +73,10 @@ zstyle ':completion:*' group-name '' zstyle ':completion:*' ignored-patterns '*?.pyc' '__pycache__' zstyle ':completion:*:*:rm:*:*' ignored-patterns +# kill: advanced kill completion +zstyle ':completion::*:kill:*:*' command 'ps xf -U $USER -o pid,%cpu,cmd' +zstyle ':completion::*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;32' + zstyle :compinstall filename "$HOME/.zshrc" # Always do mid-word tab completion