From 14cf5643298085e1c429aaccd6fcfdf2ffc33cd0 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Thu, 1 Nov 2018 00:37:31 +0800 Subject: [PATCH] Enable colors in LS --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 80e3a2f..b9c3f7f 100644 --- a/.zshrc +++ b/.zshrc @@ -34,6 +34,7 @@ if [[ "$(uname -s)" == "Darwin" ]]; then export CLICOLOR=1 else eval $(dircolors -b $HOME/.dircolors) + alias ls='ls --color=auto' fi zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}