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")