dropped the @ sign from PS1 as well
This commit is contained in:
parent
9a60aa7eca
commit
5ab0ecc68a
4
.bashrc
4
.bashrc
@ -61,9 +61,9 @@ if [ -n "$force_color_prompt" ]; then
|
||||
fi
|
||||
|
||||
if [ "$color_prompt" = yes ]; then
|
||||
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]@\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)}@\h:\w\$ '
|
||||
PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '
|
||||
fi
|
||||
unset color_prompt force_color_prompt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user