diff --git a/zsh/completion.zsh b/zsh/completion.zsh index b548f3b..af1bffb 100644 --- a/zsh/completion.zsh +++ b/zsh/completion.zsh @@ -99,13 +99,3 @@ zstyle ':completion:*' separate-sections on # add simple colors to kill zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01' - -# offer indexes before parameters in subscripts -zstyle ':completion:*:*:-subscript-:*' tag-order indexes parameters - -zstyle '*' single-ignored show - -# apt-get recommendations -#if [[ $HAS_APT -eq 1 ]]; then -# source /etc/zsh_command_not_found -#fi