Colorize list of PIDs for kill command

This commit is contained in:
Eryn Wells 2012-11-28 09:44:56 -08:00
parent 30778309b4
commit e0ab531085

4
zshrc
View file

@ -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
###