浏览代码

fix(theme-and-appearance): make bsd `ls` to be default

Carlo Sala 1 年之前
父节点
当前提交
dcff7a7f08
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/theme-and-appearance.zsh

+ 1 - 1
lib/theme-and-appearance.zsh

@@ -65,7 +65,7 @@ case "$OSTYPE" in
     test-ls-args ls -G && alias ls='ls -G'
     # Only use GNU ls if installed and there are user defaults for $LS_COLORS,
     # as the default coloring scheme is not very pretty
-    zstyle -T ':omz:lib:theme-and-appearance' gnu-ls \
+    zstyle -t ':omz:lib:theme-and-appearance' gnu-ls \
       && test-ls-args gls --color \
       && alias ls='gls --color=tty'
     ;;