feat(eza): add icons option (#12469)

Co-authored-by: Computer <computer@MAI.local>
This commit is contained in:
Yogeshwaran Rajendran 2024-07-22 11:13:13 +05:30
commit bd12dfb3c2

View file

@ -32,7 +32,7 @@ function _configure_eza() {
_EZA_TAIL+=("--git") _EZA_TAIL+=("--git")
fi fi
if zstyle -t ':omz:plugins:eza' 'icons'; then if zstyle -t ':omz:plugins:eza' 'icons'; then
_EZA_TAIL+=("--icons=auto") _EZA_TAIL+=("--icons")
fi fi
zstyle -s ':omz:plugins:eza' 'time-style' _val zstyle -s ':omz:plugins:eza' 'time-style' _val
if [[ $_val ]]; then if [[ $_val ]]; then