From 2779322b240a6d1c6f22ecf7d560c9d2ad74bab8 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Mon, 15 Nov 2021 10:36:20 -0800 Subject: [PATCH] Fix ls colors --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 57738e2..d429fa6 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -107,7 +107,7 @@ if [[ $- == *i* ]] ; then source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh fi if command ls --version >/dev/null 2>&1 ; then - alias ls="$(whence -p ls) --color -C" + alias ls="$(whence -p ls) --color=auto -C" fi # Syntax highlighting and substring search if test -f /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ; then