Replaced $! with $? in keymon prompt

pull/261/head
Hector Rivas Gandara 2014-02-23 10:31:10 +00:00
parent b25f2629ef
commit c04e18304e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ prompt_setter() {
local scm_info=$(scm_prompt_info)
local head_ps1="${return_color:-${green}}\\\$!=${return_code} \t${reset_color}${scm_info} rb:$(__my_rvm_ruby_version) ${reset_color}"
local head_ps1="${return_color:-${green}}\\\$?=${return_code} \t${reset_color}${scm_info} rb:$(__my_rvm_ruby_version) ${reset_color}"
local base_ps1="${green}\u${reset_color}@${yellow}\H${reset_color}:${cyan}\w${reset_color}\$"
TITLEBAR="\033]0;${scm_info} \u@\H:\W\007"