summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2013-05-06 20:33:27 +0100
committerAlan Pearce2013-05-06 20:33:27 +0100
commitd90cea435305ada6f3f09505feba7221c38f3ced (patch)
tree043f1e64f938e77acb18da28f8113405142c9aec
parent83d57aa680c785d705b54a0e918a07de9cd7c78b (diff)
downloadnixfiles-d90cea435305ada6f3f09505feba7221c38f3ced.tar.lz
nixfiles-d90cea435305ada6f3f09505feba7221c38f3ced.tar.zst
nixfiles-d90cea435305ada6f3f09505feba7221c38f3ced.zip
zsh: remove compinit warnings for root
-rwxr-xr-xzsh/zshrc2
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'