Merge remote-tracking branch 'CaptainPatate/master'

This commit is contained in:
Travis Swicegood
2012-05-02 11:14:47 -05:00

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;