From e0ab531085d5d0dcd89174bd8156c6e0acf2e36e Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 28 Nov 2012 09:44:56 -0800 Subject: [PATCH] Colorize list of PIDs for kill command --- zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc b/zshrc index 8fe4d89..a11ab26 100644 --- a/zshrc +++ b/zshrc @@ -177,6 +177,10 @@ zstyle ':completion:*:cd:*' ignore-parents parent pwd # Expand partial paths zstyle ':completion:*' expand 'yes' +# Show a pretty menu of killable processes +zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31' +zstyle ':completion:*:*:kill:*' menu yes select + ### # FUNCTIONS ###