From 4ae65b6dd713f86bf919af9c7da22dca762d6f75 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Mon, 24 Nov 2008 02:23:03 -0600 Subject: [PATCH] add support for colors in ls for interix --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index ff5b7e1..c453a08 100644 --- a/zshrc +++ b/zshrc @@ -82,6 +82,9 @@ case `uname -s` in alias ls="ls -Gh" alias grep='grep -d skip --color=auto' ;; + Interix) + alias ls="ls --color" + ;; SunOS) # solaris has ancient termcaps, force xterm to be old skool if [[ $TERM == (xterm*) ]]; then