eza ls alternative everywhere

This commit is contained in:
Lockszmith (@VAST) 2025-04-10 09:57:33 -04:00
parent 555dc04d21
commit dc1b0b0761
2 changed files with 12 additions and 5 deletions

View file

@ -3,7 +3,7 @@
if is_cmd eza; then
alias _ls="$(command -v eza) --icons "
alias lg="ll --git "
alias lg="ll --git --git-repos-no-status"
[[ -n "${DBG}" ]] && echo "assigned eza as ls alias."