From 044be40d3a629b2ec6d2bb2d2e9b734e64ee0462 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Mon, 5 Feb 2024 09:15:38 +0100 Subject: [PATCH] eza: Removed "-F" parameter --- eza.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };