X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/bb20afe4d2977a11c82232afc45daa2bc2f244f8..e45b0db3d66ca9e041622db3d801d026fb4d3724:/.zsh/zshrc/20_compsys diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index f9382ae..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' @@ -93,8 +93,6 @@ 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'