dotfiles/slackware/.config/fish/functions/_nvm_version_activate.fish
Ian Keane 9a6bfc1daf Restructure for symlink
This change makes it easier to recursively copy these config files into
a real home directory and also gets rid of empty folders
2022-06-07 13:47:55 -04:00

4 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