diff --git a/bashrc b/bashrc index 00a50a9..0a4c8b6 100755 --- a/bashrc +++ b/bashrc @@ -73,8 +73,8 @@ echo ################################### # some aliases and functions -test "$TERM" == dumb || _coloroption=" --color=always" -iswindows || _timeoption=" --time-style=long-iso" +isdarwin || test "$TERM" == dumb || _coloroption=" --color=always" +isdarwin || iswindows || _timeoption=" --time-style=long-iso" alias ls="ls -hCF${_coloroption}${_timeoption}" # export GREP_OPTIONS=""