mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-23 08:46:31 +00:00
5 lines
51 B
Fish
5 lines
51 B
Fish
|
function n
|
||
|
nvm install $argv;
|
||
|
nvm use $argv;
|
||
|
end
|