mirror of
https://github.com/cupcakearmy/dotfiles.git
synced 2024-10-31 20:44:12 +01: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'
|
function n
|
||||||
pnpm env use --global $argv;
|
nvm install $argv;
|
||||||
|
nvm use $argv;
|
||||||
end
|
end
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
package bass
|
package bass
|
||||||
|
package foreign-env
|
||||||
|
package nvm
|
||||||
theme bobthefish
|
theme bobthefish
|
||||||
theme default
|
theme default
|
||||||
theme lolfish
|
theme lolfish
|
||||||
|
Loading…
Reference in New Issue
Block a user