# If this user's login shell is already "zsh", do not attempt to switch.
if["$(basename -- "$SHELL")"="zsh"];then
echo"You already have zsh as the default shell"
echo"Successfully installed zsh configuration"
exit0# Exit as success
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.