You have the ```sh talosctl completion zsh >| "$ZSH_CACHE_DIR/completions/_talosctl" &| ``` outside the ```sh if [[ ! -f "$ZSH_CACHE_DIR/completions/_talosctl" ]]; then ``` stanza. Do you want to recreate the file every time the plugin loads?
You have the
outside the
stanza. Do you want to recreate the file every time the plugin loads?