mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-09-06 05:10:41 +00:00
remove nvm and fisher and add fnm
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
function n
|
||||
nvm install $argv;
|
||||
nvm use $argv;
|
||||
fnm install $argv;
|
||||
fnm use $argv;
|
||||
end
|
||||
|
@@ -1,3 +0,0 @@
|
||||
function nvm
|
||||
bass source ~/.nvm/nvm.sh --no-use ';' nvm $argv
|
||||
end
|
Reference in New Issue
Block a user