1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-06-29 11:27:25 +00:00

Merge branch 'master' of git://github.com/mwilliams/oh-my-zsh into mwilliams/master

This commit is contained in:
Robby Russell 2009-09-06 09:43:54 -07:00
commit e65252db39

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 )