You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this today when I ran my every-so-often antidote update:
❯ antidote updateUpdating bundles...antidote: checking for updates: https://github.com/marlonrichert/zsh-autocompleteantidote: checking for updates: https://github.com/romkatv/powerlevel10kantidote: checking for updates: https://github.com/romkatv/zsh-deferantidote: checking for updates: https://github.com/zdharma-continuum/fast-syntax-highlightingantidote: checking for updates: https://github.com/zsh-users/zsh-autosuggestionsantidote: checking for updates: https://github.com/zsh-users/zsh-history-substring-searchWaiting for bundle updates to complete...Bundle updates complete.Updating antidote...Antidote self-update complete.antidote-update:46: __antidote_core: function definition file not foundantidote version 1.8.8 (0b29bea)
Now, I didn't capture it here, but it seems to update all the plugins fine. But it can't seem to update itself?
Now, the thing is I should be at v1.8.9 because the repo I have cloned seems to say it is there:
Hey @mathomp4, thanks for your bug report. I can confirm this is an issue in the transition from 1.8.8 to 1.8.9. Your antidote install did successfully self-update, it just did not properly reload itself in your current Zsh session. There shouldn't be a problem with your antidote install, and if you open a new Zsh session and type antidote --version you should get antidote version 1.8.9 (0b29bea) and all should be well with the install. However, this is a bad user experience, so thank you for the bug report and I'll see if I can cut a quick fix for those still on 1.8.8 who haven't upgraded yet.
I noticed this today when I ran my every-so-often
antidote update
:Now, I didn't capture it here, but it seems to update all the plugins fine. But it can't seem to update itself?
Now, the thing is I should be at v1.8.9 because the repo I have cloned seems to say it is there:
but antidote seems to say it is still 1.8.8.
The text was updated successfully, but these errors were encountered: