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 found out about this by running: fish --profile-startup=profile.txt but it's not just on startup, but on every directory change this plugin runs command svn info which translates into xcodebuild -sdk macosx -find svn which is very slow.
I would suggest commenting svn out of this plugin just like fish_vcs_prompt does because who uses svn anymore anyway.
The text was updated successfully, but these errors were encountered:
I found out about this by running:
fish --profile-startup=profile.txt
but it's not just on startup, but on every directory change this plugin runscommand svn info
which translates intoxcodebuild -sdk macosx -find svn
which is very slow.I would suggest commenting svn out of this plugin just like
fish_vcs_prompt
does because who uses svn anymore anyway.The text was updated successfully, but these errors were encountered: