From: tfheen Date: Thu, 20 Feb 2003 11:48:47 +0000 (+0000) Subject: handle more Xterm stuff. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a54424684557e228718f37f7e2e9ab7728cda83d;p=dotfiles handle more Xterm stuff. git-svn-id: file:///svn/tfheen/trunk/dotfiles@126 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- diff --git a/zshrc b/zshrc index c2e2528..0221a45 100644 --- 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" ;; *)