Skip to content

Instantly share code, notes, and snippets.

@marksim
Created November 10, 2011 16:34
Show Gist options
  • Save marksim/1355316 to your computer and use it in GitHub Desktop.
Save marksim/1355316 to your computer and use it in GitHub Desktop.
.bash_profile git ninja stuff
export PS1='\[\033[00;32m\]\u\[\033[01m\]@\[\033[00;36m\]\h\[\033[01m\]:\[\033[00;35m\]\w\[\033[00m\]\[\033[01;33m\]`git branch 2>/dev/null|cut -f2 -d\* -s`\[\033[00m\]\$ '
source ~/.git-completion.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment