>.< Why ~/.omz/ when we already have $OMZ

This commit is contained in:
James McGlashan 2011-12-12 21:02:38 +11:00
commit 8ff952c51e

View file

@ -45,7 +45,7 @@ zstyle ':completion:*:hosts' hosts $hosts
# Use caching so that commands like apt and dpkg complete are useable # Use caching so that commands like apt and dpkg complete are useable
zstyle ':completion::complete:*' use-cache on 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 # Fuzzy matching of completions for when you mistype them
zstyle ':completion:*' completer _complete _match _approximate zstyle ':completion:*' completer _complete _match _approximate