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