dotfiles/files/fish/functions/n.fish
2023-02-10 15:09:29 +01:00

5 lines
51 B
Fish

function n
nvm install $argv;
nvm use $argv;
end