X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/77bc157163da3f5f9fd2c300733f505ffce8763c..8ce1ca175d6bd1e6297346140884357cb51d0625:/.zsh/zshrc/20_compsys diff --git a/.zsh/zshrc/20_compsys b/.zsh/zshrc/20_compsys index bb4c7c1..3ccf1d4 100644 --- a/.zsh/zshrc/20_compsys +++ b/.zsh/zshrc/20_compsys @@ -47,11 +47,6 @@ zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS} zstyle ':completion:*:(all-|)files' ignored-patterns \ '*.bk' '*.bak' '*.old' '*~' '.*.sw?' -# populate hosts completion with SSH's known_hosts -local _myhosts -_myhosts=(${${${${(f)"$(<$HOME/.ssh/known_hosts)"}:#[0-9]*}%%\ *}%%,*}) -zstyle ':completion:*' hosts $_myhosts - zstyle -e ':completion:*:approximate:*' max-errors 'reply=($((($#PREFIX+$#SUFFIX)/3)) numeric )' #zstyle ':completion:*' list-suffixes true @@ -96,4 +91,6 @@ zstyle ':completion:*:messages' format '%d' zstyle ':completion:*:warnings' format 'no matches for: %d' zstyle ':completion:*' group-name '' +fignore=(~ .o .pyc) + # vim:ft=zsh