Change order to emphasize current directory

This commit is contained in:
Heikki Ritola
2015-02-27 14:06:15 +02:00
parent c4293d9c4e
commit 2740706c6f

View File

@@ -4,7 +4,7 @@
# the ordinary bash prompt. # the ordinary bash prompt.
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 PROMPT_COMMAND=prompt