From 88093876f9fe7f7c460e0dce18c27a6d6a18553e Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 3 Jan 2004 19:44:43 +0000 Subject: [PATCH] handle Eterm right as well git-svn-id: file:///svn/tfheen/trunk/dotfiles@250 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}";; *) -- 2.39.5