This commit is contained in:
Niccolo Borgioli 2023-02-10 15:09:29 +01:00
parent 3caa6808d5
commit 1e2c37e625
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,6 @@
package bass
package foreign-env
package nvm
theme bobthefish
theme default
theme lolfish