Fix nvm on fish

This commit is contained in:
Andrejus
2020-05-31 15:16:53 +01:00
parent 66c0c25fbd
commit 4e22b5f910
4 changed files with 12 additions and 2 deletions

4
fish/functions/nvm.fish Normal file
View File

@@ -0,0 +1,4 @@
function nvm
bass source $NVM_DIR/nvm.sh --no-use ';' nvm $argv
end