echo "You're about to switch your home-manager configuration as '$USER'"
read -p "Continue (y/n)?" conf
if [ ${conf,,} == "n" ]; then
if [ ${conf,,} != "y" ]; then
echo "If this is not you, then log into your profile first!"
exit 1
else
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.