X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/76ccdb3239d6e8dc6ec34dfe11ba4fc21cac3882..102dd5f86914a1045c03f3cdc958c51ab6035bc6:/.zsh/zshrc/20_compsys

diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys
index a4869b5..902966a 100644
--- a/.zsh/zshrc/20_compsys
+++ b/.zsh/zshrc/20_compsys
@@ -87,15 +87,12 @@ 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
 compdef _precommand nohup
 compdef _precommand strace
 
-# commands that take proceses as arguments
-
 zstyle ':completion:*' verbose yes
 zstyle ':completion:*:descriptions' format '%B%d%b'
 zstyle ':completion:*:messages' format '%d'