From d0d58f3763c4a7baaf0c2bc653bea41f34aa7bed Mon Sep 17 00:00:00 2001 From: Robert R Evans Date: Sat, 9 Oct 2010 21:47:45 -0700 Subject: [PATCH] rvm goodness --- themes/bobby/bobby.theme.bash | 13 +------------ themes/standard/standard.theme.bash | 13 ++++++++++++- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/themes/bobby/bobby.theme.bash b/themes/bobby/bobby.theme.bash index a12c62d..da54a93 100644 --- a/themes/bobby/bobby.theme.bash +++ b/themes/bobby/bobby.theme.bash @@ -10,15 +10,4 @@ GIT_THEME_PROMPT_PREFIX=" ${green}|" GIT_THEME_PROMPT_SUFFIX="${green}|" RVM_THEME_PROMPT_PREFIX=" |" -RVM_THEME_PROMPT_SUFFIX="|" - - -#added TITLEBAR for updating the tab and window titles with the pwd -case $TERM in - xterm*) - TITLEBAR='\[\033]0;\w\007\]' - ;; - *) - TITLEBAR="" - ;; -esac \ No newline at end of file +RVM_THEME_PROMPT_SUFFIX="|" \ No newline at end of file diff --git a/themes/standard/standard.theme.bash b/themes/standard/standard.theme.bash index 10caf7f..61a9cbc 100644 --- a/themes/standard/standard.theme.bash +++ b/themes/standard/standard.theme.bash @@ -8,4 +8,15 @@ GIT_THEME_PROMPT_CLEAN="✓" GIT_THEME_PROMPT_PREFIX="" GIT_THEME_PROMPT_SUFFIX="" -# ${debian_chroot:+($debian_chroot)} \ No newline at end of file +# TODO: need a check for OS before adding this to the prompt +# ${debian_chroot:+($debian_chroot)} + +#added TITLEBAR for updating the tab and window titles with the pwd +case $TERM in + xterm*) + TITLEBAR='\[\033]0;\w\007\]' + ;; + *) + TITLEBAR="" + ;; +esac \ No newline at end of file -- 2.17.1