1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2024-05-19 19:29:04 -05:00
dotfiles/fish/functions/_nvm_version_activate.fish
2023-10-04 09:57:23 -07:00

5 lines
149 B
Fish

function _nvm_version_activate --argument-names ver
set --global --export nvm_current_version $ver
set --prepend PATH $nvm_data/$ver/bin
end