mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
feat(eza): add icons option (#12469)
Co-authored-by: Computer <computer@MAI.local>
This commit is contained in:
parent
a2f46c8f0d
commit
bd12dfb3c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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=auto")
|
_EZA_TAIL+=("--icons")
|
||||||
fi
|
fi
|
||||||
zstyle -s ':omz:plugins:eza' 'time-style' _val
|
zstyle -s ':omz:plugins:eza' 'time-style' _val
|
||||||
if [[ $_val ]]; then
|
if [[ $_val ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue