dropped \u from PS1

This commit is contained in:
Michał Krzysztof Feiler 2018-10-13 11:07:18 +02:00
parent c6f3808d90
commit 9a60aa7eca
1 changed files with 2 additions and 2 deletions

View File

@ -61,9 +61,9 @@ if [ -n "$force_color_prompt" ]; then
fi
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
PS1='${debian_chroot:+($debian_chroot)}@\h:\w\$ '
fi
unset color_prompt force_color_prompt