added case-insensitive auto completion

This commit is contained in:
Jamie van Dyke 2009-09-06 13:19:33 +01:00
parent 71c59eaf85
commit 4c69833eb1
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ compinit
zmodload -i zsh/complist
## case-insensitive (all),partial-word and then substring completion
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
zstyle ':completion:*' list-colors ''
zstyle ':completion:*' hosts $( sed 's/[, ].*$//' $HOME/.ssh/known_hosts )