Remove .zcompdump files after installing the zsh autocompletion script.
This commit is contained in:
parent
db14d469bd
commit
dfc42a49af
|
@ -24,5 +24,6 @@ if [ -f $zshBin ]; then
|
|||
fi
|
||||
if [ -d $zshLoc ]; then
|
||||
ln -sf "$ybconDir/completions/zsh-completion.zsh" "$zshLoc/_ybcon"
|
||||
rm -f /home/*/.zcompdump*
|
||||
fi
|
||||
fi
|
Loading…
Reference in New Issue