no message

main
mingzailao 2024-03-29 15:10:54 +08:00
parent ca98ca3c00
commit c4f055270a
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ install_zsh() {
# Set zsh as the default shell
if [ "$(uname)" == "Darwin" ]; then
sudo dscl . -create /Users/$(whoami) UserShell /usr/local/bin/zsh
chsh -s $(which zsh)
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
chsh -s $(which zsh)
else