0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

docs(theme-and-appearance): fix gnu-ls snippet (#11701)

This commit is contained in:
Craig Furman 2023-05-21 11:47:38 +01:00 committed by GitHub
parent 7a030f6bd6
commit bfeeda1491
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`: sourcing `oh-my-zsh.sh`:
```zsh ```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`_ _Note: this is not compatible with `DISABLE_LS_COLORS=true`_