zsh: completion: remove unnecessary completions (subscript)
This commit is contained in:
parent
2e7ec56427
commit
c09504b28a
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue