commit 6dfbe33079e2f8c64c5daed29aa1ea3e7e3f2d59
parent 3240bda3d29d4f5de6df46b731a3321f2f42e34c
Author: Jan Pobrislo <ccx@te2000.cz>
Date: Fri, 27 Jun 2025 17:55:14 +0000
eza: alias l is not supposed to be long format
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/alias_setup_eza b/zsh-functions/alias_setup_eza
@@ -1,5 +1,5 @@
#!zsh
-alias l='eza -lA'
+alias l='eza -A'
alias ll='eza -lhA --time-style=long-iso'
if ! (($+EZA_COLORS)); then
export EZA_COLORS='da=32:di=93'