Skip to content

Instantly share code, notes, and snippets.

@edorian
Created September 19, 2012 14:14
Show Gist options
  • Save edorian/3749905 to your computer and use it in GitHub Desktop.
Save edorian/3749905 to your computer and use it in GitHub Desktop.
PS1 - My current Term
export PS1='\[\033[01;32m\]\u@\h\[\033[01;34m\] \w\[\033[31m\]$(git branch 2>/dev/null|cut -f2 -d\* -s) \[\033[01;34m\]$\[\033[00m\] '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment