sort stuff

This commit is contained in:
Carlo Sala 2024-02-29 09:39:45 +01:00
commit 00a629d6c2
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A
3 changed files with 26 additions and 32 deletions

View file

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