fix(eza): icons tab completion (#12483)

This commit is contained in:
Martin Bjeldbak Madsen 2024-06-08 18:47:51 +10:00 committed by GitHub
parent efdfe2f29a
commit e898de0664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ function _configure_eza() {
_EZA_TAIL+=("--git")
fi
if zstyle -t ':omz:plugins:eza' 'icons'; then
_EZA_TAIL+=("--icons")
_EZA_TAIL+=("--icons=auto")
fi
zstyle -s ':omz:plugins:eza' 'time-style' _val
if [[ $_val ]]; then