refactor(plugins): remove old generated completion files

This removes .gitignore plugin files and adds a force-rm of the old completion file,
which ignores any errors if the file doesn't exist.
This commit is contained in:
Marc Cornellà
2021-09-15 18:47:51 +02:00
parent d2269180b0
commit eb2eacaf0c
10 changed files with 16 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
if (( $+commands[rustup] )); then
# remove old generated completion file
command rm -f "${0:A:h}/_rustup"
ver="$(rustup --version 2>/dev/null)"
ver_file="$ZSH_CACHE_DIR/rustup_version"
comp_file="$ZSH_CACHE_DIR/completions/_rustup"