mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +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")
|
||||
fi
|
||||
if zstyle -t ':omz:plugins:eza' 'icons'; then
|
||||
_EZA_TAIL+=("--icons=auto")
|
||||
_EZA_TAIL+=("--icons")
|
||||
fi
|
||||
zstyle -s ':omz:plugins:eza' 'time-style' _val
|
||||
if [[ $_val ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue