From bd12dfb3c20b62fbd0ebee62c57154a7569473fc Mon Sep 17 00:00:00 2001 From: Yogeshwaran Rajendran Date: Mon, 22 Jul 2024 11:13:13 +0530 Subject: [PATCH] feat(eza): add icons option (#12469) Co-authored-by: Computer --- plugins/eza/eza.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/eza/eza.plugin.zsh b/plugins/eza/eza.plugin.zsh index f25f1c30b..b8938e005 100644 --- a/plugins/eza/eza.plugin.zsh +++ b/plugins/eza/eza.plugin.zsh @@ -32,7 +32,7 @@ function _configure_eza() { _EZA_TAIL+=("--git") fi if zstyle -t ':omz:plugins:eza' 'icons'; then - _EZA_TAIL+=("--icons=auto") + _EZA_TAIL+=("--icons") fi zstyle -s ':omz:plugins:eza' 'time-style' _val if [[ $_val ]]; then