puts"Zsh is already configured as your shell of choice. Restart your session to load the new settings"
else
puts"Setting zsh as your default shell"
run%{ chsh -s /bin/zsh }
run%{ chsh -s /usr/local/bin/zsh }
end
end
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.