diff options
author | Robby Russell <robby@planetargon.com> | 2012-06-13 12:27:30 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2012-06-13 12:27:30 -0700 |
commit | 577d8a9a7cb61431449638b57474b07bfa32fa43 (patch) | |
tree | 07dfc37ef4b90e09788f4e7c1f3f4c9283dd1444 /lib | |
parent | c669868486e3351e108df5935b9e804e4f6a75ce (diff) | |
parent | 1bb715965c1dde1ed6f4456b462ae59e1b3769da (diff) | |
download | zsh-577d8a9a7cb61431449638b57474b07bfa32fa43.tar.gz zsh-577d8a9a7cb61431449638b57474b07bfa32fa43.tar.bz2 zsh-577d8a9a7cb61431449638b57474b07bfa32fa43.zip |
Merge pull request #1155 from s3dev/s3dev
Change hardcoded ~/.oh-my-zsh to $ZSH.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/completion.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/completion.zsh b/lib/completion.zsh index b964595ed..f31e101d5 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -46,7 +46,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 \ |