Skip to content

Instantly share code, notes, and snippets.

@gorillamoe
Last active August 29, 2015 14:00
Show Gist options
  • Save gorillamoe/9e5cb130b9b4198a8806 to your computer and use it in GitHub Desktop.
Save gorillamoe/9e5cb130b9b4198a8806 to your computer and use it in GitHub Desktop.
BashRC PS1 Fancy Mode
export PS1="\[\e[00;37m\][\[\e[0m\]\[\e[00;32m\]\u\[\e[0m\]\[\e[00;35m\]@\[\e[0m\]\[\e[00;36m\]\h\[\e[0m\]\[\e[00;37m\] \[\e[0m\]\[\e[00;33m\]\W\[\e[0m\]\[\e[00;37m\]]\[\e[0m\]\[\e[00;31m\]\\$\[\e[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment