]> err.no Git - dotfiles/commitdiff
spacing & xterm wildcard
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 27 Feb 2003 11:17:40 +0000 (11:17 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 27 Feb 2003 11:17:40 +0000 (11:17 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@127 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

bashrc

diff --git a/bashrc b/bashrc
index 2f7b5ca13fb5e3c0d9565de85dc8d2ebdcafe7f9..bba7cc1319f9b3a0540c697572587f800de4c7ca 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -24,11 +24,11 @@ ATTR_UND="\[\033[4m\]"
 ATTR_INV="\[\033[7m\]"
 ATTR_AV="\[\033[m\]"
 case $TERM in
-    linux|xterm|ansi|linux-lat)
+    linux|*xterm*|ansi|linux-lat)
         export PS1=": ${ATTR_FET}\u@\h \w \\\$${ATTR_AV} "
         export PS2="${ATTR_FET}>${ATTR_AV}";;
     *) 
-        export PS1="\u@\h:\w\$"
+        export PS1="\u@\h:\w\$ "
         export PS2=">$";;
 esac