diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2019-12-21 23:09:16 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2019-12-21 23:09:16 +0000 |
| commit | a0f16b6d6b4928b6e64d065e9498b3f00dbc5a8b (patch) | |
| tree | f6ca9d9e17aa5124a60172841d8cc28ce6957753 /zsh/rc | |
| parent | c9d29d439ca341dd24dd05aede1d94baf13fc3ff (diff) | |
Call compinit after sourcing local configurations
Diffstat (limited to 'zsh/rc')
| -rw-r--r-- | zsh/rc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
