From 2ac7c4878d66d4633f476d544d0ad49745bd0789 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 23 Aug 2012 16:14:32 +0900 Subject: [PATCH] --color=auto --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 004754d..233b238 100755 --- a/bashrc +++ b/bashrc @@ -89,7 +89,7 @@ echo ################################### # some aliases and functions -( ! with_coreutils && isdarwin ) || test "$TERM" == dumb || _coloroption=" --color=always" +( ! with_coreutils && isdarwin ) || test "$TERM" == dumb || _coloroption=" --color=auto" ( ! with_coreutils && isdarwin ) || iswindows || _timeoption=" --time-style=long-iso" alias ls="ls -hCF${_coloroption}${_timeoption}"