Stops tab completion prompting if there is a lot
This commit is contained in:
parent
111d1ad734
commit
edc2538ec6
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ zstyle ':completion:*' format ' %F{yellow}-- %d --%f'
|
|||
zstyle ':completion:*' group-name ''
|
||||
zstyle ':completion:*' verbose yes
|
||||
|
||||
export LISTMAX=-1
|
||||
|
||||
zmodload zsh/complist
|
||||
compinit
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue