From d69abe1226ae9e5bc8830695df3413ec02d07d28 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Mon, 26 Feb 2024 13:12:31 -0500 Subject: [PATCH] add RUNZSH=no CHSH=no to avoid on-my-zsh launch zsh --- install-zsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-zsh.sh b/install-zsh.sh index 0c96886..ded865a 100755 --- a/install-zsh.sh +++ b/install-zsh.sh @@ -1,7 +1,7 @@ #!/bin/bash # 安装 oh-my-zsh -sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" +RUNZSH=no CHSH=no sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" # 安装 zsh-autosuggestions git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions