dot/fish/functions/nvm_find_nvmrc.fish

4 lines
84 B
Fish

function nvm_find_nvmrc
bass source ~/.nvm/nvm.sh --no-use ';' nvm_find_nvmrc
end