Last active
August 29, 2015 14:15
Don't use sudo.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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