Skip to content

Instantly share code, notes, and snippets.

@jehoshua02
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jehoshua02/6c9d221369bfd540181b to your computer and use it in GitHub Desktop.
Save jehoshua02/6c9d221369bfd540181b to your computer and use it in GitHub Desktop.
Don't use sudo.
alias sudo='echo -e "\033[0;31mThe \"sudo\" command is only for those who know what they are doing. If you know what you are doing, use \"asroot\" instead of \"sudo\".\033[0m"'
alias asroot='`which sudo`'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment