Browse Source

zsh_reload: ignore insecure compinit files

Marc Cornellà 8 years ago
parent
commit
8706c8eb64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/zsh_reload/zsh_reload.plugin.zsh

+ 1 - 1
plugins/zsh_reload/zsh_reload.plugin.zsh

@@ -1,7 +1,7 @@
 src() {
 	local cache="$ZSH_CACHE_DIR"
 	autoload -U compinit zrecompile
-	compinit -d "$cache/zcomp-$HOST"
+	compinit -i -d "$cache/zcomp-$HOST"
 
 	for f in ~/.zshrc "$cache/zcomp-$HOST"; do
 		zrecompile -p $f && command rm -f $f.zwc.old