From ae1381fdbcd2929cd36ba327038a3ab536d93523 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 7 Nov 2023 08:30:53 -0800 Subject: [PATCH] zsh: Fix ls color alias on Mac --- zsh/darwin.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/darwin.zshrc b/zsh/darwin.zshrc index 5155b9e..3d69ae7 100644 --- a/zsh/darwin.zshrc +++ b/zsh/darwin.zshrc @@ -1,6 +1,6 @@ #!/usr/bin/env zsh -alias ls='ls -G' +alias ls='ls --color=auto' export LSCOLORS='Exgxbxdxcxegedabagacad' alias units='gunits --verbose'