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

@@ -5,7 +5,7 @@ prompt_setter() {
history -a
history -c
history -r
PS1="(\t) $(scm_char) [$blue\u$reset_color@$green\H$reset_color] $yellow\w${reset_color}$(scm_prompt_info)$(rvm_version_prompt) $reset_color "
PS1="(\t) $(scm_char) [$blue\u$reset_color@$green\H$reset_color] $yellow\w${reset_color}$(scm_prompt_info)$(ruby_version_prompt) $reset_color "
PS2='> '
PS4='+ '
}