Skip to content

Instantly share code, notes, and snippets.

@siddhuwarrier
Created September 24, 2013 18:34
Show Gist options
  • Save siddhuwarrier/6689238 to your computer and use it in GitHub Desktop.
Save siddhuwarrier/6689238 to your computer and use it in GitHub Desktop.
Sanitised Coloured PS1 Bash Prompt for Mac OS X (without wrapping issues)
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