oh-my-fish / plugin-vcs

A version control system abstraction layer for Fishshell
MIT License
10 stars 10 forks source link

Checking for svn existance on every dir change is slow #12

Open alper opened 2 years ago

alper commented 2 years ago

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.

derekstavis commented 1 year ago

That makes sense, and agreed, SVN is definitely not something one should even use anymore. Feel free to push a PR!