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