美化安装不生效

This commit is contained in:
lsy 2024-09-21 14:52:55 +08:00
parent 7dae7994b3
commit cd0499c3b2

View File

@ -104,7 +104,7 @@ fi
if [[ ! $pick_zsh =~ [Nn] ]];then
(sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)")
(sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" && exit)
while [[ ! -d "$HOME/.oh-my-zsh" ]]; do
sleep 3
done