Skip to content

Instantly share code, notes, and snippets.

@westonruter
Created October 5, 2013 14:40
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save westonruter/6841737 to your computer and use it in GitHub Desktop.
Save westonruter/6841737 to your computer and use it in GitHub Desktop.
PS1='\[\033[31m\]$(retval=$?;if [[ $retval != 0 ]]; then echo "^E$retval "; fi)\[\033[00m\]\[\033[32m\]\u@\h\[\033[00m\][$(date "+%H:%M:%S")]:\[\033[35m\]\w\[\033[31m\]$(__git_ps1 " (%s)")$(__svn_ps1 " (%s)")\[\033[00m\]\n\!\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment