From 7aa791e2d6a161e57d6fc2b2e445d1dc5fc7088d Mon Sep 17 00:00:00 2001 From: Robert R Evans Date: Thu, 21 Oct 2010 15:06:32 -0700 Subject: [PATCH] Improved the wrapping of the bobby theme --- themes/bobby/bobby.theme.bash | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/themes/bobby/bobby.theme.bash b/themes/bobby/bobby.theme.bash index da54a93..8eb50c5 100644 --- a/themes/bobby/bobby.theme.bash +++ b/themes/bobby/bobby.theme.bash @@ -1,7 +1,6 @@ #!/bin/bash - -PROMPT="${bold_blue}\[\$(prompt_char)\]\[\$(git_prompt_info)\]${blue}\$(rvm_version_prompt) ${orange}\h ${reset_color}in ${green}\w ${reset_color}\[→ " +PROMPT="\[${bold_blue}\]\[\$(prompt_char)\]\[\$(git_prompt_info)\]\[${blue}\]\[\$(rvm_version_prompt) \]\[${orange}\]\h \[${reset_color}\]in \[${green}\]\w \[${reset_color}\]\[→ " # git theming GIT_THEME_PROMPT_DIRTY=" ${red}✗" @@ -10,4 +9,4 @@ GIT_THEME_PROMPT_PREFIX=" ${green}|" GIT_THEME_PROMPT_SUFFIX="${green}|" RVM_THEME_PROMPT_PREFIX=" |" -RVM_THEME_PROMPT_SUFFIX="|" \ No newline at end of file +RVM_THEME_PROMPT_SUFFIX="|" -- 2.17.1