Move emoji to unused line above!
- This was causing some issues when using the "up" arrow while replaying history
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user