mirror of
https://github.com/SeriousBug/dotfiles
synced 2024-10-31 19:17:26 -05:00
5 lines
143 B
Fish
5 lines
143 B
Fish
function _nvm_version_activate --argument-names v
|
|
set --global --export nvm_current_version $v
|
|
set --prepend PATH $nvm_data/$v/bin
|
|
end
|