From ab32e5727984a0ffe8cbce08622280682dfa4bde Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 15 Nov 2021 14:57:57 -0800 Subject: [PATCH] make directories easier to see with exa --- runcoms/zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runcoms/zshrc b/runcoms/zshrc index 889ed13..959d460 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -85,5 +85,9 @@ if [ $commands[fzf] ]; then bindkey '^G' fzf-git-widget fi +if [ $commands[exa] ]; then + export EXA_COLORS="di=34" +fi + [[ -s "$HOME/.zshrc.local" ]] && . "$HOME/.zshrc.local"