mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
BUGFIX: Accidental doubling of config knob 'header'
This commit is contained in:
parent
eeb7adcc72
commit
ba5d9f3238
1 changed files with 0 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue