Remove .zcompdump files after installing the zsh autocompletion script.

This commit is contained in:
Username404-59 2021-07-07 21:38:01 +02:00
parent db14d469bd
commit dfc42a49af
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 0 deletions

View File

@ -24,5 +24,6 @@ if [ -f $zshBin ]; then
fi fi
if [ -d $zshLoc ]; then if [ -d $zshLoc ]; then
ln -sf "$ybconDir/completions/zsh-completion.zsh" "$zshLoc/_ybcon" ln -sf "$ybconDir/completions/zsh-completion.zsh" "$zshLoc/_ybcon"
rm -f /home/*/.zcompdump*
fi fi
fi fi