Remove the color escape which mess up long command line in candy theme

This commit is contained in:
Amaury Gauthier
2012-04-29 14:32:07 +02:00
parent ec0c68781f
commit 30489e7775

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
function prompt_command() {
PS1="${green}\u@\h ${blue}\T ${reset_color}${white}\w${reset_color}$(scm_prompt_info)\]${blue}${bold_blue} ${reset_color} ";
PS1="${green}\u@\h ${blue}\T ${reset_color}${white}\w${reset_color}$(scm_prompt_info)${blue}${bold_blue} ${reset_color} ";
}
PROMPT_COMMAND=prompt_command;