zsh_reload: ignore insecure compinit files
This commit is contained in:
parent
9a7c56dcdd
commit
8706c8eb64
@ -1,7 +1,7 @@
|
|||||||
src() {
|
src() {
|
||||||
local cache="$ZSH_CACHE_DIR"
|
local cache="$ZSH_CACHE_DIR"
|
||||||
autoload -U compinit zrecompile
|
autoload -U compinit zrecompile
|
||||||
compinit -d "$cache/zcomp-$HOST"
|
compinit -i -d "$cache/zcomp-$HOST"
|
||||||
|
|
||||||
for f in ~/.zshrc "$cache/zcomp-$HOST"; do
|
for f in ~/.zshrc "$cache/zcomp-$HOST"; do
|
||||||
zrecompile -p $f && command rm -f $f.zwc.old
|
zrecompile -p $f && command rm -f $f.zwc.old
|
||||||
|
Loading…
Reference in New Issue
Block a user