remove nvm and fisher and add fnm

This commit is contained in:
2023-03-06 15:12:40 +01:00
parent f8d0f60e10
commit 03475739bc
7 changed files with 238 additions and 26 deletions

View File

@@ -1,4 +1,4 @@
function n
nvm install $argv;
nvm use $argv;
fnm install $argv;
fnm use $argv;
end

View File

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