From: tfheen Date: Sat, 3 Jan 2004 19:44:43 +0000 (+0000) Subject: handle Eterm right as well X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88093876f9fe7f7c460e0dce18c27a6d6a18553e;p=dotfiles handle Eterm right as well git-svn-id: file:///svn/tfheen/trunk/dotfiles@250 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/bashrc b/bashrc index 730e2ff..4dd5d2b 100644 --- a/bashrc +++ b/bashrc @@ -30,7 +30,7 @@ if [ -f /etc/debian_chroot ]; then fi case $TERM in - linux|*xterm*|ansi|linux-lat) + linux|*xterm*|ansi|linux-lat|Eterm) export PS1=": ${ATTR_FET}\u@\h${CHROOT} \w \\\$${ATTR_AV} " export PS2="${ATTR_FET}>${ATTR_AV}";; *)