summaryrefslogtreecommitdiff
path: root/zsh/rc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/rc')
-rw-r--r--zsh/rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/rc b/zsh/rc
index 1050f1f..d855fe4 100644
--- a/zsh/rc
+++ b/zsh/rc
@@ -3,7 +3,6 @@
autoload -Uz compinit zmv
[[ ! -d ${XDG_CACHE_HOME}/zsh ]] && mkdir -p ${XDG_CACHE_HOME}/zsh
-compinit -d ${XDG_CACHE_HOME}/zsh/compdump
zstyle ':completion:*' cache-path ${XDG_CACHE_HOME}/zsh/cache
zstyle ':completion:*' completer _expand _complete _ignored _correct _approximate
zstyle ':completion:*' matcher-list 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
@@ -55,3 +54,5 @@ setopt SHARE_HISTORY
source_if_exists dotfiles-${UNAME:l}/zsh/rc
source_if_exists dotfiles-${DOMAIN:l}/zsh/rc
source_if_exists dotfiles-${HOST:l}/zsh/rc
+
+compinit -d ${XDG_CACHE_HOME}/zsh/compdump