jorgebucaran / nvm.fish

The Node.js version manager you'll adore, crafted just for Fish
https://git.io/nvm.fish
MIT License
2.06k stars 69 forks source link

Faster _nvm_find_up via string builtin #188

Closed jorgebucaran closed 2 years ago

jorgebucaran commented 2 years ago

We could improve our .nvmrc find-up recursive function by switching to the string builtin instead of using dirname.

名称未設定