浏览代码

Document ZSH_THEME_RANDOM_BLACKLIST setting

Marc Cornellà 4 年之前
父节点
当前提交
9ce7de9f16
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -133,6 +133,12 @@ ZSH_THEME_RANDOM_CANDIDATES=(
 )
 )
 ```
 ```
 
 
+If you only know which themes you don't like, you can add them similarly to a blacklist:
+
+```shell
+ZSH_THEME_RANDOM_BLACKLIST=(pygmalion tjkirch_mod)
+```
+
 ### FAQ
 ### FAQ
 
 
 If you have some more questions or issues, you might find a solution in our [FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ).
 If you have some more questions or issues, you might find a solution in our [FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ).