feat(main): added eza support

This commit is contained in:
Paul Fey 2025-05-31 09:48:30 +02:00
parent 874cd6e181
commit e457f8d2ac
2 changed files with 15 additions and 1 deletions

View file

@ -20,3 +20,8 @@ SHOW_PFETCH=1
#
USE_FZF=1
#
## Whether to use eza instead of ls. Only works when eza is installed
## Possible values: 0 (disabled), 1 (enabled, default)
#
USE_EZA=1
#