mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +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")
|
_EZA_HEAD+=("B")
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
if zstyle -s ':omz:plugins:eza' 'header'; then
|
|
||||||
_EZA_HEAD+=("h")
|
|
||||||
fi
|
|
||||||
# Get the tail long-options
|
# Get the tail long-options
|
||||||
if zstyle -t ':omz:plugins:eza' 'dirs-first'; then
|
if zstyle -t ':omz:plugins:eza' 'dirs-first'; then
|
||||||
_EZA_TAIL+=("--group-directories-first")
|
_EZA_TAIL+=("--group-directories-first")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue