]> git.donarmstrong.com Git - zsh.git/commitdiff
do not use ugly colours on pid selection
authormartin f. krafft <madduck@madduck.net>
Fri, 22 May 2009 11:31:20 +0000 (13:31 +0200)
committermartin f. krafft <madduck@madduck.net>
Fri, 22 May 2009 11:31:20 +0000 (13:31 +0200)
.zsh/zshrc/20_compsys

index a4869b5fbbd9632ad912b9fb6104c51aa0916a57..f9382ae20e1eebeeeba4f9feb5bd9b791ebe8df9 100644 (file)
@@ -87,7 +87,6 @@ zstyle -e ':completion:*:*:vim#:*:*' ignored-patterns \
 
 # http://madism.org/~madcoder/dotfiles/zsh/40_completion
 zstyle ':completion:*:processes' command 'ps -au$USER -o pid,time,cmd|grep -v "ps -au$USER -o pid,time,cmd"'
-zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)[ 0-9:]#([^ ]#)*=01;30=01;31=01;38'
 
 # commands that take commands as arguments
 compdef _precommand gdb