1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-09-19 17:06:17 -05:00
dotfiles/fish/functions/_nvm_version_activate.fish

5 lines
143 B
Fish
Raw Normal View History

2022-03-06 21:42:47 -06:00
function _nvm_version_activate --argument-names v
set --global --export nvm_current_version $v
set --prepend PATH $nvm_data/$v/bin
end