Colorize list of PIDs for kill command
This commit is contained in:
parent
30778309b4
commit
e0ab531085
1 changed files with 4 additions and 0 deletions
4
zshrc
4
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
|
||||
###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue