merge conflict
authorRobert R Evans <robert@codewranglers.org>
Wed, 10 Nov 2010 23:49:21 +0000 (15:49 -0800)
committerRobert R Evans <robert@codewranglers.org>
Wed, 10 Nov 2010 23:49:21 +0000 (15:49 -0800)
1  2 
bash_it.sh
themes/bobby/bobby.theme.bash

diff --cc bash_it.sh
Simple merge
@@@ -1,6 -1,10 +1,12 @@@
  #!/bin/bash
 -PROMPT="\[${bold_blue}\]\[\$(scm_char)\]\[${green}\]\[\$(scm_prompt_info)\]\[${blue}\]\[\$(rvm_version_prompt)\] \[${orange}\]\h \[${reset_color}\]in \[${green}\]\w \[${reset_color}\]\[→ "
+ SCM_THEME_PROMPT_DIRTY=" ${red}✗"
+ SCM_THEME_PROMPT_CLEAN=" ${bold_green}✓"
+ SCM_THEME_PROMPT_PREFIX=" |"
+ SCM_THEME_PROMPT_SUFFIX="${green}|"
- PROMPT="\[${bold_blue}\]\[\$(prompt_char)\]\[\$(git_prompt_info)\]\[${blue}\]\[\$(rvm_version_prompt) \]\[${orange}\]\h \[${reset_color}\]in \[${green}\]\w \[${reset_color}\]\[\n\[${bold_blue}\]→\[${reset_color}\] "
++
++PROMPT="\[${bold_blue}\]\[\$(scm_char)\]\[${green}\]\[\$(scm_prompt_info)\]\[${blue}\]\[\$(rvm_version_prompt)\] \[${orange}\]\h \[${reset_color}\]in \[${green}\]\w \[${reset_color}\]\[\n\[${green}\]→\[${reset_color}\] "
 +
  
  # git theming
  GIT_THEME_PROMPT_DIRTY=" ${red}✗"