summaryrefslogtreecommitdiff
path: root/bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'bash_profile')
-rw-r--r--bash_profile6
1 files changed, 6 insertions, 0 deletions
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