diff options
author | Craig Furman <craig.furman89@gmail.com> | 2023-05-21 11:47:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-21 12:47:38 +0200 |
commit | bfeeda1491b5366aa5798a86cf6f3621536b171c (patch) | |
tree | 865f2a1b524979594003548b9eddefbcfe05e8c8 | |
parent | 7a030f6bd6c15259052c7007020cf3ecf8a3f299 (diff) | |
download | zsh-bfeeda1491b5366aa5798a86cf6f3621536b171c.tar.gz zsh-bfeeda1491b5366aa5798a86cf6f3621536b171c.tar.bz2 zsh-bfeeda1491b5366aa5798a86cf6f3621536b171c.zip |
docs(theme-and-appearance): fix gnu-ls snippet (#11701)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -288,7 +288,7 @@ The default behaviour in Oh My Zsh is to use BSD `ls` in macOS and freeBSD syste sourcing `oh-my-zsh.sh`: ```zsh -zstyle ':omz:lib:theme-and-appearance' gnu-ls no +zstyle ':omz:lib:theme-and-appearance' gnu-ls yes ``` _Note: this is not compatible with `DISABLE_LS_COLORS=true`_ |