From e515a8b4bc4b1b42550b62bf7cb5c052145c74a2 Mon Sep 17 00:00:00 2001 From: Frank Qing Date: Wed, 28 May 2025 03:44:57 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(install=5Fnvm.sh):=20update=20zsh?= =?UTF-8?q?=20configuration=20patch=20to=20apply=20nvm=20setup=20instead?= =?UTF-8?q?=20of=20basic=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install_nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_nvm.sh b/install_nvm.sh index 0f9f71d..f357d7b 100755 --- a/install_nvm.sh +++ b/install_nvm.sh @@ -21,7 +21,7 @@ fi nvm install --lts # Apply the "basic" zsh configuration patch (downloads zshrc/basic.zsh to ~/.config/zshrc/basic.zsh) -curl -s https://git.miomio.moe/mio/easyzsh/raw/branch/master/patch.sh | bash -s basic +curl -s https://git.miomio.moe/mio/easyzsh/raw/branch/master/patch.sh | bash -s nvm # Restore original working directory cd "$ORIGINAL_DIR"