diff --git a/rc/bashrc b/rc/bashrc index 9fd70741..fcf3e1dc 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -78,8 +78,8 @@ fi # If this is an xterm set the title to user@host:dir case "$TERM" in -xterm*|rxvt*) - PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1" +xterm*|*rxvt*) + PS1="\[\e]0;\u@\h: \w\a\]$PS1" ;; *) ;;