moved time to 1st row

pull/160/head
Vaidas Zilionis 2012-11-22 21:17:10 +02:00
parent 548bee87d7
commit 5ea4b7b364
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ function zuper_scm_prompt_info {
prompt() {
local my_branch="$(zuper_scm_prompt_info)"
PS1="${white}\n[ ${yellow}\u@\H ${white}] ${green}\w${my_branch}\n${white}[ ${red}\t${bold_white} ] ${normal} "
PS1="${white}\n[${yellow} \u@\H ${red}\t${white} ] ${green}\w${my_branch}\n${bold_white}${normal} "
}
PROMPT_COMMAND=prompt