X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/33230b65afa1076218abff057d0bbcc7486af0a8..57d22c7977ad80556aca28496d0192d4a72ef73a:/.zsh/zshrc/80-completion diff --git a/.zsh/zshrc/80-completion b/.zsh/zshrc/80-completion index e45b9fd..15fc43b 100644 --- a/.zsh/zshrc/80-completion +++ b/.zsh/zshrc/80-completion @@ -188,7 +188,8 @@ compdef _precommand strace # a couple commands don't yet have -option completion but # they're generic GNU tools, so… -typeset -la gnu_generic_tools=(mv) +typeset -la gnu_generic_tools +gnu_generic_tools=(mv) local c for c ($gnu_generic_tools) compdef _gnu_generic $c @@ -213,8 +214,7 @@ zstyle -e ':completion:*' special-dirs '[[ $PREFIX = (../)#(|.|..) ]] && reply=( # complete manual by their section zstyle ':completion:*:manuals' separate-sections true -zstyle ':completion:*:manuals.*' insert-sections true -zstyle ':completion:*:man:*' menu yes select +zstyle ':completion:*:manuals.*' insert-sections false # debbug #527301 zstyle ':completion::complete:xmms2:*:values' list-grouped false