From ed9a2c9440c06487f669baad9b40ee16a81dd626 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 10 Apr 2022 15:45:24 -0300 Subject: [PATCH] Consistent ls colors --- home/zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/home/zshrc b/home/zshrc index 2986566..243974b 100644 --- a/home/zshrc +++ b/home/zshrc @@ -25,6 +25,7 @@ bindkey "^[[B" history-beginning-search-forward-end export PROMPT='%B%F{63}[%F{68}%n@%m %F{white}%~%F{63}]$%b%f ' +export LS_COLORS='di=1;94:ex=4;92:ln=3;96' # aliases: source ~/.aliases