mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 02:40:08 +00:00
fix(eza): icons tab completion (#12483)
This commit is contained in:
parent
efdfe2f29a
commit
e898de0664
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")
|
_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
|
||||||
|
|
Loading…
Reference in a new issue