Move emoji to unused line above!
- This was causing some issues when using the "up" arrow while replaying historypull/761/head
parent
dd3ba69402
commit
7c1ecce354
|
|
@ -18,7 +18,7 @@ function prompt_command() {
|
||||||
else
|
else
|
||||||
status=💔
|
status=💔
|
||||||
fi
|
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;
|
PROMPT_COMMAND=prompt_command;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue