This commit is contained in:
Armin Jenewein 2015-02-22 01:03:04 +01:00
commit 6f4a3ea6dc
5 changed files with 272 additions and 246 deletions

View file

@ -42,7 +42,7 @@ zstyle ':completion:*:hosts' hosts $hosts
# Use caching so that commands like apt and dpkg complete are useable
zstyle ':completion::complete:*' use-cache 1
zstyle ':completion::complete:*' cache-path ~/.oh-my-zsh/cache/
zstyle ':completion::complete:*' cache-path ~/.zsh/cache/
# Don't complete uninteresting users
zstyle ':completion:*:*:*:users' ignored-patterns \
@ -66,3 +66,5 @@ if [ "$DISABLE_COMPLETION_WAITING_DOTS" != "true" ]; then
zle -N expand-or-complete-with-dots
bindkey "^I" expand-or-complete-with-dots
fi