summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorCarlo Sala <carlosalag@protonmail.com>2023-05-09 12:05:15 +0200
committerCarlo Sala <carlosalag@protonmail.com>2023-05-09 12:05:15 +0200
commitdcff7a7f0854591ee1b4f25266f292ec1b1904eb (patch)
tree334d341201cffb983008395e0f5057c1187c49ac /lib
parent017e288560ef7bdfb8835516d6b3b77bbdcdde6c (diff)
downloadzsh-dcff7a7f0854591ee1b4f25266f292ec1b1904eb.tar.gz
zsh-dcff7a7f0854591ee1b4f25266f292ec1b1904eb.tar.bz2
zsh-dcff7a7f0854591ee1b4f25266f292ec1b1904eb.zip
fix(theme-and-appearance): make bsd `ls` to be default
Diffstat (limited to 'lib')
-rw-r--r--lib/theme-and-appearance.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/theme-and-appearance.zsh b/lib/theme-and-appearance.zsh
index 96bdb00e5..585e969d8 100644
--- a/lib/theme-and-appearance.zsh
+++ b/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'
;;