]> err.no Git - dotfiles/commitdiff
handle more Xterm stuff.
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 20 Feb 2003 11:48:47 +0000 (11:48 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Thu, 20 Feb 2003 11:48:47 +0000 (11:48 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@126 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

zshrc

diff --git a/zshrc b/zshrc
index c2e2528ae9cdd71b936ff3a2f3f503a0ac29a662..0221a4581affc7193dca39fa404e932b39e9eb71 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -9,7 +9,7 @@ bindkey -e      # Emacs-style commandline editing
 
 PROMPT=': %U%n@%m%u %B%30<..<%~%b %(!.#.>) '
 case "$TERM" in
-    linux|xterm|ansi|linux-lat|screen)
+    linux|*xterm*|ansi|linux-lat|screen)
         alias ls="ls --color=tty -FN $LS_OPTIONS"
 ;;
     *)