diff options
author | Alan Pearce | 2013-05-06 20:33:27 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-06 20:33:27 +0100 |
commit | d90cea435305ada6f3f09505feba7221c38f3ced (patch) | |
tree | 043f1e64f938e77acb18da28f8113405142c9aec /zsh | |
parent | 83d57aa680c785d705b54a0e918a07de9cd7c78b (diff) | |
download | nixfiles-d90cea435305ada6f3f09505feba7221c38f3ced.tar.lz nixfiles-d90cea435305ada6f3f09505feba7221c38f3ced.tar.zst nixfiles-d90cea435305ada6f3f09505feba7221c38f3ced.zip |
zsh: remove compinit warnings for root
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index 5aba1abf..e47adaf3 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' |