eza: Removed "-F" parameter

This commit is contained in:
Tobias Schmidl 2024-02-05 09:15:38 +01:00
parent ec7fde43ea
commit 044be40d3a

View file

@ -6,7 +6,7 @@
# shellcheck disable=all # 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' alias ezal='eza -l'
function ezat() { function ezat() {
[[ "$1" != <-> ]] && { echo "Usage: ezat <depth> [path]"; exit 1 }; [[ "$1" != <-> ]] && { echo "Usage: ezat <depth> [path]"; exit 1 };