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