Fixed spacing issue in PS1.

This commit is contained in:
Jonathan Bernard 2016-01-19 15:24:54 -06:00
parent 09aeb9f1ca
commit 9951f98ec0

View File

@ -98,7 +98,7 @@ prompt_command() {
if [ -z "$clean" ]; then clean="${red}"; else clean=""; fi if [ -z "$clean" ]; then clean="${red}"; else clean=""; fi
fi fi
PS1="${debian_chroot:+($debian_chroot)}$numcolor\!$red \u$sepcolor@${brightBlue}\h${default}: ${branch}${clean} $default\w$green\$${default} " PS1="${debian_chroot:+($debian_chroot)}$numcolor\!$red \u$sepcolor@${brightblue}\h${default}:${branch}${clean} $default\w$green\$${default} "
unset clean numcolor branch retval unset clean numcolor branch retval
} }