From b8607f4bdca331e24de3f7f99ba4ec549ca099c7 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Fri, 1 Nov 2019 18:11:38 -0700 Subject: [PATCH] No need to pass -C to ls. --- dotfiles/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index db918d4..9a1899d 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -107,7 +107,7 @@ if [[ $- == *i* ]] ; then fi # Enable grc if we have it if ls --version 2>&1 >/dev/null ; then - alias ls='ls --color -C' + alias ls='ls --color' fi [[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh # Syntax highlighting and substring search