Move emoji to unused line above!

- This was causing some issues when using the "up" arrow while
   replaying history
pull/761/head
James Hart 2014-08-08 12:50:13 -07:00
parent dd3ba69402
commit 7c1ecce354
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function prompt_command() {
else
status=💔
fi
PS1="\n${yellow}$(ruby_version_prompt) ${purple}\h ${reset_color}in ${green}\w\n${bold_cyan} ${blue}|\t|${green}$(scm_prompt_info) $status ${green}${reset_color} "
PS1="\n${yellow}$(ruby_version_prompt) ${purple}\h ${reset_color}in ${green}\w $status \n${bold_cyan} ${blue}|\t|${green}$(scm_prompt_info) ${green}${reset_color} "
}
PROMPT_COMMAND=prompt_command;