remove commented out line in bobby theme

pull/268/head
Alex Stupakov and David Sabeti 2014-02-13 16:44:00 -08:00
parent b8c2359c5d
commit d2ea3d408a
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ RVM_THEME_PROMPT_PREFIX="|"
RVM_THEME_PROMPT_SUFFIX="|"
function prompt_command() {
#PS1="${bold_cyan}$(scm_char)${green}$(scm_prompt_info)${purple}$(ruby_version_prompt) ${yellow}\h ${reset_color}in ${green}\w ${reset_color}\n${green}→${reset_color} "
PS1="\n${yellow}$(ruby_version_prompt) ${purple}\h ${reset_color}in ${green}\w\n${bold_cyan}$(scm_char)${green}$(scm_prompt_info) ${green}${reset_color} "
}