mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
sort stuff
This commit is contained in:
parent
a8e7178fe7
commit
00a629d6c2
3 changed files with 26 additions and 32 deletions
|
|
@ -9,7 +9,7 @@ typeset -a _EZA_TAIL
|
|||
function _configure_eza() {
|
||||
local _val
|
||||
# Get the head flags
|
||||
if zstyle -T ':omz:plugins:eza' 'showgroup'; then
|
||||
if zstyle -T ':omz:plugins:eza' 'show-group'; then
|
||||
_EZA_HEAD+=("g")
|
||||
fi
|
||||
if zstyle -t ':omz:plugins:eza' 'header'; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue