oh-my-fish / theme-agnoster

MIT License
94 stars 63 forks source link

using 'svn info' to detect svn repo for faster prompt #30

Closed mtrp12 closed 5 years ago

mtrp12 commented 5 years ago

'svn ls' takes about 2.6 sec on my pc. 'svn info' takes about 0.033 sec. 'svn ls' fetches info from central repo according to 'svn help ls' command. As a result, it is getting slowed for online repositories. 'svn info' performs better in this regard.

sn0cr commented 5 years ago

Let's first look into this branch as it is easier to comprehend for me at the moment 😉.

mtrp12 commented 5 years ago

Sure. This PR is my first contribution to any kind of open source project. Thanks for the pull. Feels good.