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'm not 100% sure this plugin is the culprit, but it makes sense;
I have an FTP server mounted, and the ZSH prompt never shows up after I try to cd into any directory that has a git repository in it.
I noticed that trying to run git status in such a directory using bash has a similar result - git status just never returns (but I can SIGINT to make it go away, which of course doesn't work for the ZSH prompt).
Some solutions I can think of are:
Set a timeout for the response from git status
Use one of the solutions on Stack Overflow #72223 and don't display git info if filesystem is "fuse"
The text was updated successfully, but these errors were encountered:
I'm not 100% sure this plugin is the culprit, but it makes sense;
I have an FTP server mounted, and the ZSH prompt never shows up after I try to cd into any directory that has a git repository in it.
I noticed that trying to run
git status
in such a directory using bash has a similar result - git status just never returns (but I can SIGINT to make it go away, which of course doesn't work for the ZSH prompt).Some solutions I can think of are:
The text was updated successfully, but these errors were encountered: