From 8ff952c51e388995c66c134d14806328da970ed1 Mon Sep 17 00:00:00 2001 From: James McGlashan Date: Mon, 12 Dec 2011 21:02:38 +1100 Subject: [PATCH] >.< Why ~/.omz/ when we already have $OMZ --- lib/completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/completion.zsh b/lib/completion.zsh index 830061e3b..bab1a6dfd 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -45,7 +45,7 @@ zstyle ':completion:*:hosts' hosts $hosts # Use caching so that commands like apt and dpkg complete are useable zstyle ':completion::complete:*' use-cache on -zstyle ':completion::complete:*' cache-path ~/.omz/cache/ +zstyle ':completion::complete:*' cache-path $OMZ/cache/ # Fuzzy matching of completions for when you mistype them zstyle ':completion:*' completer _complete _match _approximate