diff options
Diffstat (limited to '.zsh/zshrc')
-rw-r--r-- | .zsh/zshrc/20_compsys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index eec44d6..3da9ea8 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -68,8 +68,8 @@ zstyle ':completion:*:history-words' stop yes zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' # ignore working and backup copies, and compiled objects -zstyle ':completion:*:(all-|)files' ignored-patterns \ - '*.bk' '*.bak' '*.old' '*~' '.*.sw?' '*.o' '*.pyc' +#zstyle ':completion:*:(all-|)files' ignored-patterns \ +# '*.bk' '*.bak' '*.old' '*~' '.*.sw?' '*.o' '*.pyc' # allow one error for every three characters typed in approximate completer zstyle -e ':completion:*:approximate:*' max-errors 'reply=($((($#PREFIX+$#SUFFIX)/3)) not-numeric )' |