From 498cd722b39215be04468f291a23b6a76b75b095 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Sat, 29 Feb 2020 14:56:37 +0100 Subject: Add git version requirement in documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 187cceb7d..2ab859a6a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To learn more, visit [ohmyz.sh](https://ohmyz.sh), follow [@ohmyzsh](https://twi * A Unix-like operating system: macOS, Linux, BSD. On Windows: WSL is preferred, but cygwin or msys also mostly work. * [Zsh](https://www.zsh.org) should be installed (v4.3.9 or more recent). If not pre-installed (run `zsh --version` to confirm), check the following instructions here: [Installing ZSH](https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH) * `curl` or `wget` should be installed -* `git` should be installed +* `git` should be installed (recommended v1.7.2 or higher) ### Basic Installation -- cgit v1.2.3-70-g09d2 From 9ce7de9f16ba894423bc5105c7e959894ca2e751 Mon Sep 17 00:00:00 2001 From: Marc Cornellà Date: Sun, 1 Mar 2020 22:53:33 +0100 Subject: Document ZSH_THEME_RANDOM_BLACKLIST setting --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2ab859a6a..38cfd9f4e 100644 --- a/README.md +++ b/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 If you have some more questions or issues, you might find a solution in our [FAQ](https://github.com/ohmyzsh/ohmyzsh/wiki/FAQ). -- cgit v1.2.3-70-g09d2