Update (most) themes to use new ${ruby_version_prompt} variable.

This commit is contained in:
Hendrik Mans
2012-01-26 16:07:06 +01:00
parent 2e8be86f2b
commit 1be4467429
6 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ function prompt_setter() {
clock=$THEME_PROMPT_CLOCK_FORMAT
fi
PS1="
$clock $(scm_char) [$THEME_PROMPT_HOST_COLOR\u@${THEME_PROMPT_HOST}$reset_color] $(virtualenv_prompt)$(rvm_version_prompt)\w
$clock $(scm_char) [$THEME_PROMPT_HOST_COLOR\u@${THEME_PROMPT_HOST}$reset_color] $(virtualenv_prompt)$(ruby_version_prompt)\w
$(doubletime_scm_prompt)$reset_color $ "
PS2='> '
PS4='+ '