From 113c023b3c268399959f1b73189f5bbda67b7b53 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Fri, 7 Jun 2024 04:08:43 -0400 Subject: [PATCH] fix: fix --- .install/zshfish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/zshfish.sh b/.install/zshfish.sh index 7bd5ef4..b2ced2b 100644 --- a/.install/zshfish.sh +++ b/.install/zshfish.sh @@ -13,7 +13,7 @@ if [ -z "${zshfish}" ] ;then else echo "Please select your default shell." echo - shell=$(echo "bash\n$zshfish" | gum choose --limit=1 -cursor-prefix "( ) " --selected-prefix "(x) " --unselected-prefix "( ) ") + shell=$(echo "bash\n$zshfish" | gum choose --limit=1 --cursor-prefix "( ) " --selected-prefix "(x) " --unselected-prefix "( ) ") sudo chsh -s $(which $shell) $(whoami) if [[ $zshfish == *"zsh"* ]]; then echo ":: zsh selected"