mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-12-22 08:16:32 +00:00
nvm
This commit is contained in:
parent
3caa6808d5
commit
1e2c37e625
@ -1,3 +1,4 @@
|
||||
function n --wraps='pnpm env use --global' --description 'alias n pnpm env use --global'
|
||||
pnpm env use --global $argv;
|
||||
function n
|
||||
nvm install $argv;
|
||||
nvm use $argv;
|
||||
end
|
||||
|
@ -1,4 +1,6 @@
|
||||
package bass
|
||||
package foreign-env
|
||||
package nvm
|
||||
theme bobthefish
|
||||
theme default
|
||||
theme lolfish
|
||||
|
Loading…
Reference in New Issue
Block a user