Created
September 24, 2013 18:34
-
-
Save siddhuwarrier/6689238 to your computer and use it in GitHub Desktop.
Sanitised Coloured PS1 Bash Prompt for Mac OS X (without wrapping issues)
This file contains hidden or 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
export PS1="\[$(tput bold)\]\[$(tput setaf 2)\]\u@\h: \w $\[$(tput sgr0)\]" | |
#Create your own sanitised bash prompt by visiting http://www.kirsle.net/wizards/ps1.html — the most awesome website on the interwebs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment