Change order to emphasize current directory

pull/416/head
Heikki Ritola 2015-02-27 14:06:15 +02:00
parent c4293d9c4e
commit 2740706c6f
1 changed files with 1 additions and 1 deletions

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