From 7c1ecce354da0c2fbef8c7d365c754d934aff585 Mon Sep 17 00:00:00 2001 From: James Hart Date: Fri, 8 Aug 2014 12:50:13 -0700 Subject: [PATCH] Move emoji to unused line above! - This was causing some issues when using the "up" arrow while replaying history --- themes/wanelo/wanelo.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/wanelo/wanelo.theme.bash b/themes/wanelo/wanelo.theme.bash index 7457c7fb..e3cb7617 100644 --- a/themes/wanelo/wanelo.theme.bash +++ b/themes/wanelo/wanelo.theme.bash @@ -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;