Created
February 27, 2012 13:26
-
-
Save garethrees/1923781 to your computer and use it in GitHub Desktop.
Set bash prompt colour
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
# You're on the production server dumbass! | |
export PS1="\e[0;31m[\u@\h \W]\$ \e[m" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment