From 2740706c6f8d8f6a3f08ede0c8c00d46b723fb6a Mon Sep 17 00:00:00 2001 From: Heikki Ritola Date: Fri, 27 Feb 2015 14:06:15 +0200 Subject: [PATCH] Change order to emphasize current directory --- themes/dulcie/dulcie.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/dulcie/dulcie.theme.bash b/themes/dulcie/dulcie.theme.bash index 3e8d546d..267042ef 100644 --- a/themes/dulcie/dulcie.theme.bash +++ b/themes/dulcie/dulcie.theme.bash @@ -4,7 +4,7 @@ # the ordinary bash prompt. prompt() { - PS1="${reset_color}[\u@\h \W]$(scm_prompt_info)${reset_color}\$ " + PS1="${reset_color}[\u@\h$(scm_prompt_info)${reset_color} \W]\$ " } PROMPT_COMMAND=prompt