update azure.zsh-theme

This commit is contained in:
shiludeng 2015-06-23 16:21:11 +08:00
commit e7aed72a75

View file

@ -122,6 +122,8 @@ setopt AUTO_MENU
autoload -U compinit
compinit
autoload -U select-word-style
select-word-style whitespace
#自动补全缓存
#zstyle ':completion::complete:*' use-cache on