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