diff options
Diffstat (limited to 'debian/etc.profile')
-rw-r--r-- | debian/etc.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/etc.profile b/debian/etc.profile index b67da47..9293c1b 100644 --- a/debian/etc.profile +++ b/debian/etc.profile @@ -9,7 +9,7 @@ fi if [ "$PS1" ]; then if [ "$BASH" ]; then - PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' + PS1='${debian_chroot:+($debian_chroot)}\u@\H:\w\$ ' if [ -f /etc/bash.bashrc ]; then . /etc/bash.bashrc fi |