浏览代码

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

Martin Bjeldbak Madsen 10 月之前
父节点
当前提交
e898de0664
共有 1 个文件被更改,包括 1 次插入1 次删除
  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")
     _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