pull/117/merge
GitHub Merge Button 2012-05-01 15:26:17 -07:00
commit f449914d6d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
function prompt_command() { 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; PROMPT_COMMAND=prompt_command;