From ba5d9f32385bfef40ba416a1b0952711f8b02cd8 Mon Sep 17 00:00:00 2001 From: Pandu POLUAN Date: Wed, 28 Feb 2024 12:37:53 +0700 Subject: [PATCH] BUGFIX: Accidental doubling of config knob 'header' --- plugins/eza/eza.plugin.zsh | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/eza/eza.plugin.zsh b/plugins/eza/eza.plugin.zsh index 3c55e2e8b..1468d6f7d 100644 --- a/plugins/eza/eza.plugin.zsh +++ b/plugins/eza/eza.plugin.zsh @@ -24,9 +24,6 @@ function _configure_eza() { _EZA_HEAD+=("B") ;; esac - if zstyle -s ':omz:plugins:eza' 'header'; then - _EZA_HEAD+=("h") - fi # Get the tail long-options if zstyle -t ':omz:plugins:eza' 'dirs-first'; then _EZA_TAIL+=("--group-directories-first")