Removed scm_info

pull/226/head
Calvin Giles 2013-08-28 23:52:18 +01:00
parent 53c2f447a2
commit 8045c4cc15
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RVM_THEME_PROMPT_SUFFIX="|"
function prompt_command() {
#PS1="${bold_cyan}$(scm_char)${green}$(scm_prompt_info)${purple}$(ruby_version_prompt) ${yellow}\h ${reset_color}in ${green}\w ${reset_color}\n${green}→${reset_color} "
PS1="${yellow}$(ruby_version_prompt) ${purple}\u@\h${reset_color}:\W${bold_cyan}${green}$(scm_prompt_info)${reset_color}${reset_color}\$ "
PS1="${yellow}$(ruby_version_prompt) ${purple}\u@\h${reset_color}:\W${bold_cyan}${green}${reset_color}${reset_color}\$ "
}
PROMPT_COMMAND=prompt_command;