diff --git a/eza.zsh b/eza.zsh index 43ac5c6..d464823 100644 --- a/eza.zsh +++ b/eza.zsh @@ -6,7 +6,7 @@ # shellcheck disable=all -alias eza='eza -FHhg@ --git --binary --time-style long-iso' +alias eza='eza -Hhg@ --git --binary --time-style long-iso' alias ezal='eza -l' function ezat() { [[ "$1" != <-> ]] && { echo "Usage: ezat [path]"; exit 1 };