BUGFIX: Accidental doubling of config knob 'header'

This commit is contained in:
Pandu POLUAN 2024-02-28 12:37:53 +07:00
commit ba5d9f3238

View file

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