From a54424684557e228718f37f7e2e9ab7728cda83d Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 20 Feb 2003 11:48:47 +0000 Subject: [PATCH] handle more Xterm stuff. git-svn-id: file:///svn/tfheen/trunk/dotfiles@126 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ;; *) -- 2.39.5