]> err.no Git - dotfiles/commitdiff
handle Eterm right as well
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 3 Jan 2004 19:44:43 +0000 (19:44 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Sat, 3 Jan 2004 19:44:43 +0000 (19:44 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@250 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bashrc

diff --git a/bashrc b/bashrc
index 730e2ff3dcacdc30b9befa4998bbf11783cf4a29..4dd5d2b01b44925f8020c12e93841beea135c674 100644 (file)
--- 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}";;
     *)