From 1e2c37e625f862fc5497195495e18c0ecb465b2f Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Fri, 10 Feb 2023 15:09:29 +0100 Subject: [PATCH] nvm --- files/fish/functions/n.fish | 5 +++-- files/omf/bundle | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/files/fish/functions/n.fish b/files/fish/functions/n.fish index 18432fd..2606956 100644 --- a/files/fish/functions/n.fish +++ b/files/fish/functions/n.fish @@ -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 diff --git a/files/omf/bundle b/files/omf/bundle index 34fdad9..1a70266 100644 --- a/files/omf/bundle +++ b/files/omf/bundle @@ -1,4 +1,6 @@ package bass +package foreign-env +package nvm theme bobthefish theme default theme lolfish