Created
January 22, 2013 09:37
-
-
Save bryanbibat/4593346 to your computer and use it in GitHub Desktop.
jruby + git branches
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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