X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/76ccdb3239d6e8dc6ec34dfe11ba4fc21cac3882..e45b0db3d66ca9e041622db3d801d026fb4d3724:/.zsh/zshrc/20_compsys?ds=sidebyside diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index a4869b5..7229d9a 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -2,10 +2,10 @@ # # Configures the completions system # -# Copyright © 1994–2008 martin f. krafft +# Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: git://git.madduck.net/etc/zsh.git +# Source repository: http://git.madduck.net/v/etc/zsh.git # zstyle :compinstall filename '$ZDOTDIR/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'