From ee40aeb13124d143162d1a4bd457524794823797 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Mon, 30 Sep 2019 15:45:43 +0800 Subject: =?UTF-8?q?bash=5Finclude:=20macOS=20=E7=9A=84=20ls=20=E6=AF=94?= =?UTF-8?q?=E8=BC=83=E6=8E=A5=E8=BF=91=20FreeBSD=20=E8=80=8C=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=20GNU?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash_include | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_include b/bash_include index 4fbaf65..aea3cc3 100644 --- a/bash_include +++ b/bash_include @@ -158,10 +158,10 @@ alias jobs='jobs -l' alias less='less -RS' case "$OSTYPE" in - *gnu*|*cygwin*|*msys*|*solaris*|*darwin*) + *gnu*|*cygwin*|*msys*|*solaris*) alias ls='ls --color=always -F' ;; - *freebsd*) + *freebsd*|*darwin*) alias ls='CLICOLOR=1 CLICOLOR_FORCE=1 ls -F' export LSCOLORS='ExGxFxdxCxDxDxhbadacad' ;; -- cgit v1.2.3