remove commented code (original prompt)

pull/298/head
Michael Bradley, Jr 2014-05-19 10:36:09 -05:00
parent 0c84bf9cb9
commit 46b714a8b8
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ GIT_THEME_PROMPT_PREFIX=" ${green}["
GIT_THEME_PROMPT_SUFFIX="${green}]"
function prompt_command() {
# PS1="${green}\u@\h ${blue}\T ${reset_color}${white}\w${reset_color}$(scm_prompt_info)${blue} →${bold_blue} ${reset_color} ";
PS1="${bold_green}\u@\h ${bold_blue}[\T] ${reset_color}${white}[\w]${reset_color}$(scm_prompt_info)${reset_color}\n${blue}-> ${bold_blue}% ${reset_color}";
}