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 that if I'm offline, the terminal never provides me with the prompt. It stays in a loading state.
I use oh-my-zsh as a plugin manager.
Q. How do I know if it's the zsh-autocomplete causing this?
A. If I remove it from the list of plugins and I'm offline, the terminal loads normally.
Example of my plugin list:
plugins=(git zsh-autocomplete zsh-autosuggestions zsh-syntax-highlighting)
I've tried disabling the auto-update of oh-my-zsh, but it didn't have any effect.
Do you have any idea if it's something in zsh-autocomplete or in oh-my-zsh?
The text was updated successfully, but these errors were encountered:
This occurs for me when a network share is unavailable at boot. I have them set to mount when I try to access them, which for some reason zsh-autocomplete immediately does after zsh starts.
If the network share becomes unavailable after it was already mounted, zsh-automplete will also cause new terminals to hang.
I noticed that if I'm offline, the terminal never provides me with the prompt. It stays in a loading state.
I use oh-my-zsh as a plugin manager.
Q. How do I know if it's the zsh-autocomplete causing this?
A. If I remove it from the list of plugins and I'm offline, the terminal loads normally.
Example of my plugin list:
plugins=(git zsh-autocomplete zsh-autosuggestions zsh-syntax-highlighting)
I've tried disabling the auto-update of oh-my-zsh, but it didn't have any effect.
Do you have any idea if it's something in zsh-autocomplete or in oh-my-zsh?
The text was updated successfully, but these errors were encountered: