diff options
Diffstat (limited to 'debian/etc.bash.bashrc')
-rw-r--r-- | debian/etc.bash.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/etc.bash.bashrc b/debian/etc.bash.bashrc index 6cd166f..ae73152 100644 --- a/debian/etc.bash.bashrc +++ b/debian/etc.bash.bashrc @@ -16,7 +16,7 @@ if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then fi # set a fancy prompt (non-color, overwrite the one in /etc/profile) -PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' +PS1='${debian_chroot:+($debian_chroot)}\u@\H:\w\$ ' # Commented out, don't overwrite xterm -T "title" -n "icontitle" by default. # If this is an xterm set the title to user@host:dir |