From 8ef974e0fb5c36355c55de341c5912911b9cf44b Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 22 Mar 2026 13:22:25 +0000 Subject: Disable git repos in eza & customize EZA_COLORS --- bash_profile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bash_profile') diff --git a/bash_profile b/bash_profile index ff2b42a..72be8d5 100644 --- a/bash_profile +++ b/bash_profile @@ -65,3 +65,9 @@ if exists bemenu; then --scb $bg --scf $hl " fi + +# EZA +# See 'man eza_colors' for more info +if exists eza; then + export EZA_COLORS="da=02:gn=02:gu=33:gR=31:uR=31" +fi -- cgit