Skip to content

Instantly share code, notes, and snippets.

@bobdesaunois
Last active January 22, 2019 09:32
Show Gist options
  • Save bobdesaunois/d16769c70739e34b234fa936be8f7040 to your computer and use it in GitHub Desktop.
Save bobdesaunois/d16769c70739e34b234fa936be8f7040 to your computer and use it in GitHub Desktop.
.profile
figlet -c <PROJECT_NAME_HERE>
alias please=sudo
echo -e "\n"
RED="\033[1;31m"
_NC='\033[0m'
echo -e "${RED}@@@@@@@@@@@@ WARNING @@@@@@@@@@@@@@@@"
echo -e "@ THIS IS A PRODUCTION DROPLET @"
echo -e "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\n\nREMEMBER TO MAKE SNAPSHOTS${_NC}"
echo -e "\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment