From 19c616fcc4301c305e169e9cd8b5ce32365b85de Mon Sep 17 00:00:00 2001 From: Daniel Rudolph Date: Wed, 9 Apr 2014 10:12:34 +0200 Subject: [PATCH] fix wrong path --- .zsh/lib/completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zsh/lib/completion.zsh b/.zsh/lib/completion.zsh index 09f1f3b3..d6b0e945 100644 --- a/.zsh/lib/completion.zsh +++ b/.zsh/lib/completion.zsh @@ -49,7 +49,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 \