X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/0935ab43351ddaacf6ee6028979c20f41bc205f0..da6da8c62360cb7aafc80fa84d74b01e6a425bf2:/.zsh/zshrc/20_compsys diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index a646102..902966a 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -87,19 +87,20 @@ 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' zstyle ':completion:*:warnings' format 'no matches for: %d' zstyle ':completion:*' group-name '' +# #527301 +zstyle :completion::complete:xmms2:\*:values list-grouped false +zstyle :completion::complete:xmms2:\*:values sort false + # vim:ft=zsh