From 0c84bf9cb92f8aaa1140419d7195740a39177bef Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Mon, 19 May 2014 10:33:05 -0500 Subject: [PATCH] adjust prompt --- themes/neato/neato.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/neato/neato.theme.bash b/themes/neato/neato.theme.bash index d81e7a42..9b408c14 100755 --- a/themes/neato/neato.theme.bash +++ b/themes/neato/neato.theme.bash @@ -12,7 +12,7 @@ GIT_THEME_PROMPT_SUFFIX="${green}]" function prompt_command() { # PS1="${green}\u@\h ${blue}\T ${reset_color}${white}\w${reset_color}$(scm_prompt_info)${blue} →${bold_blue} ${reset_color} "; - PS1="${bold_green}\u@\h ${bold_blue}[\T] ${reset_color}${white}[\w]${reset_color}$(scm_prompt_info)${blue}\n-> ${bold_blue}% ${reset_color}"; + PS1="${bold_green}\u@\h ${bold_blue}[\T] ${reset_color}${white}[\w]${reset_color}$(scm_prompt_info)${reset_color}\n${blue}-> ${bold_blue}% ${reset_color}"; } PROMPT_COMMAND=prompt_command;