Add nvm as a plugin
This commit is contained in:
committed by
Gergely Polonkai
parent
808ef03273
commit
6834c73fe5
4
functions/_nvm_version_activate.fish
Normal file
4
functions/_nvm_version_activate.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function _nvm_version_activate --argument-names ver
|
||||
set --global --export nvm_current_version $ver
|
||||
set --prepend PATH $nvm_data/$ver/bin
|
||||
end
|
Reference in New Issue
Block a user