Skip to content

Instantly share code, notes, and snippets.

@reddragon
Created October 31, 2013 01:37
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 reddragon/7243190 to your computer and use it in GitHub Desktop.
Save reddragon/7243190 to your computer and use it in GitHub Desktop.
Bash Colors & Prompt
export PS1="\n\[$(tput bold)\]\033[38;5;132m\\u\033[39m \[$(tput sgr0)\]at \033[38;5;180m\h \033[39m\\[$(tput sgr0)\][\033[38;5;191m\\W\033[39m]\n\[\033[38;5;208m\]>\[\033[39m\] "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment