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"