# Add this to your .profile if you can't change your default shell in account
# run zsh
if [ -x /bin/zsh ]; then
export SHELL=/bin/zsh
if [ -n "$SSH_CONNECTION" ]; then
exec /bin/zsh
fi
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.