From 9572f2350d7365bda7abf9012f3b494ba5f5f57d Mon Sep 17 00:00:00 2001 From: tfheen Date: Sat, 3 Jan 2004 19:46:12 +0000 Subject: [PATCH] bah, handle it a bit better git-svn-id: file:///svn/tfheen/trunk/dotfiles@251 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 4dd5d2b..a4f8533 100644 --- a/bashrc +++ b/bashrc @@ -30,7 +30,7 @@ if [ -f /etc/debian_chroot ]; then fi case $TERM in - linux|*xterm*|ansi|linux-lat|Eterm) + 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