From 8a918dcc7ccb670ad0aebec04e22592eb6cf781b Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Sun, 7 Jul 2024 10:37:32 +0200 Subject: [PATCH] set EZA_COLORS for date to cyan for better readability --- usr/share/archboot/base/etc/profile.d/custom-bash-options.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/share/archboot/base/etc/profile.d/custom-bash-options.sh b/usr/share/archboot/base/etc/profile.d/custom-bash-options.sh index 05530b99a..2f904a264 100644 --- a/usr/share/archboot/base/etc/profile.d/custom-bash-options.sh +++ b/usr/share/archboot/base/etc/profile.d/custom-bash-options.sh @@ -13,6 +13,8 @@ else fi # color man pages export GROFF_NO_SGR=1 +# color eza date to cyan +export EZA_COLORS="da=36" # keep history clean from dups and spaces HISTCONTROL="erasedups:ignorespace" # if installed set neovim as default editor