Skip to content

Instantly share code, notes, and snippets.

@bryanbibat
Created January 22, 2013 09:37
Show Gist options
  • Save bryanbibat/4593346 to your computer and use it in GitHub Desktop.
Save bryanbibat/4593346 to your computer and use it in GitHub Desktop.
jruby + git branches
export JAVA_OPTS="-client"
COLOR1='\[\e[1;32m\]'
COLOR2='\[\e[1;1m\]'
COLOR3='\[\e[m\]'
GIT_STATUS='$(__git_ps1 " %s")'
PROMPT_CHAR='\$'
PS1="${COLOR1}\u@\h${COLOR3} \w${COLOR2}${GIT_STATUS} ${COLOR3}${PROMPT_CHAR} "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment