mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2025-01-11 01:46:28 +00:00
5 lines
51 B
Fish
5 lines
51 B
Fish
|
function n
|
||
|
nvm install $argv;
|
||
|
nvm use $argv;
|
||
|
end
|