From d2ea3d408a8de571ba8de12bf2e57fe89773881b Mon Sep 17 00:00:00 2001 From: Alex Stupakov and David Sabeti Date: Thu, 13 Feb 2014 16:44:00 -0800 Subject: [PATCH] remove commented out line in bobby theme --- themes/bobby/bobby.theme.bash | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/bobby/bobby.theme.bash b/themes/bobby/bobby.theme.bash index 308b412b..ec4b66ec 100644 --- a/themes/bobby/bobby.theme.bash +++ b/themes/bobby/bobby.theme.bash @@ -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} " }