summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2020-09-18 19:34:17 +0200
committerMarc Cornellà <marc.cornella@live.com>2020-09-18 19:43:44 +0200
commitbc9d4b89bb3985a250e5a702a0f2d76a8632cd8a (patch)
treec65daa42696d3461d2c24985d34f5124f382974f /README.md
parent2bc1da7f377e78cdfa74190ffe5baf6c814d0fce (diff)
downloadzsh-bc9d4b89bb3985a250e5a702a0f2d76a8632cd8a.tar.gz
zsh-bc9d4b89bb3985a250e5a702a0f2d76a8632cd8a.tar.bz2
zsh-bc9d4b89bb3985a250e5a702a0f2d76a8632cd8a.zip
Remove racially-charged language from the codebase
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's removed 2 months from now.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index eaeae826e..69862eba5 100644
--- a/README.md
+++ b/README.md
@@ -139,10 +139,10 @@ ZSH_THEME_RANDOM_CANDIDATES=(
)
```
-If you only know which themes you don't like, you can add them similarly to a blacklist:
+If you only know which themes you don't like, you can add them similarly to an ignored list:
```shell
-ZSH_THEME_RANDOM_BLACKLIST=(pygmalion tjkirch_mod)
+ZSH_THEME_RANDOM_IGNORED=(pygmalion tjkirch_mod)
```
### FAQ