Browse Source

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

Martin Bjeldbak Madsen 10 months ago
parent
commit
e898de0664
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/eza/eza.plugin.zsh

+ 1 - 1
plugins/eza/eza.plugin.zsh

@@ -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