Skip to content

Instantly share code, notes, and snippets.

@er2
Created May 27, 2015 17:52
Show Gist options
  • Save er2/56c541c04df9e79fb714 to your computer and use it in GitHub Desktop.
Save er2/56c541c04df9e79fb714 to your computer and use it in GitHub Desktop.
My $PS1
# Ubuntu default coloring and git current branch
# prefix with
# `source ~/.git-prompt.sh`
# in .bashrc
PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\W$(__git_ps1 " (%s)")\[\033[00m\]\\$ '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment