zsh: completion: remove unnecessary completions (subscript)

This commit is contained in:
Thomas Preisner 2017-07-15 23:16:58 +02:00
parent 2e7ec56427
commit c09504b28a

View file

@ -99,13 +99,3 @@ zstyle ':completion:*' separate-sections on
# add simple colors to kill # add simple colors to kill
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01' 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