diff options
-rwxr-xr-x | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index 5aba1ab..e47adaf 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -100,7 +100,7 @@ autoload insert-files zle -N insert-files zmodload -i zsh/complist colors -compinit -d .zsh/cache/compdump +compinit -u -d .zsh/cache/compdump bashcompinit zstyle :compinstall filename '/home/alan/.zshrc' |