summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2020-09-24 15:02:36 -0600
committerTuowen Zhao <ztuowen@gmail.com>2020-09-24 15:02:36 -0600
commit2b3d602644a13aa97391f22ecfc249b6bc58dd49 (patch)
tree89bed339def1ab58d1ea1b16593752d4a29e23fa /README.md
parent44cc53902935c693239611b06de02fc37ac4da62 (diff)
parent93c837fec8e9fe61509b9dff9e909e84f7ebe32d (diff)
downloadzsh-2b3d602644a13aa97391f22ecfc249b6bc58dd49.tar.gz
zsh-2b3d602644a13aa97391f22ecfc249b6bc58dd49.tar.bz2
zsh-2b3d602644a13aa97391f22ecfc249b6bc58dd49.zip
Merge remote-tracking branch 'origin/master' into master
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8be05b6f1..69862eba5 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ _Note that the plugins are separated by whitespace (spaces, tabs, new lines...).
#### Using Plugins
-Each plugin includes a __README__, documenting it. This README should show the aliases (if the plugin adds any) and extra goodies that are inclued in that particular plugin.
+Each plugin includes a __README__, documenting it. This README should show the aliases (if the plugin adds any) and extra goodies that are included in that particular plugin.
### Themes
@@ -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