commit 3240bda3d29d4f5de6df46b731a3321f2f42e34c parent bf8ea5fce1b03dc0d3dd3a96f16a619f21a1912f Author: Jan Pobrislo <ccx@te2000.cz> Date: Fri, 27 Jun 2025 17:54:13 +0000 Define EZA_COLORS if not set Diffstat:
| M | zsh-functions/alias_setup_eza | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/zsh-functions/alias_setup_eza b/zsh-functions/alias_setup_eza @@ -1,3 +1,6 @@ #!zsh alias l='eza -lA' alias ll='eza -lhA --time-style=long-iso' +if ! (($+EZA_COLORS)); then + export EZA_COLORS='da=32:di=93' +fi