Fixed spacing issue in PS1.
This commit is contained in:
parent
09aeb9f1ca
commit
9951f98ec0
2
.bashrc
2
.bashrc
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user