]> arthur.barton.de Git - ax-zsh.git/commitdiff
axzshctl: Remove "ax-io.cache" in UpdatePluginCache(), too!
authorAlexander Barton <alex@barton.de>
Sun, 5 Jul 2020 16:19:09 +0000 (18:19 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 5 Jul 2020 16:19:09 +0000 (18:19 +0200)
bin/axzshctl

index d0eca718904f16b6da8d7d92ad4b577987972462..c25fb442a00360177a40be854b758298fdbf22fd 100755 (executable)
@@ -72,6 +72,7 @@ function UpdatePluginCache {
 
        [[ "$1" = "-v" ]] && ax_msg - "Updating plugin cache ..."
        rm -rf \
+               $AXZSH/cache/ax-io.cache \
                $AXZSH/cache/zlogin.cache \
                $AXZSH/cache/zlogout.cache \
                $AXZSH/cache/zprofile.cache \