From b8ced86853592d7af6f578428a0494da93242d77 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 26 Nov 2015 17:15:48 +0000 Subject: [PATCH] docs: Minor clarifications. --- docs/highlighters.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/highlighters.md b/docs/highlighters.md index 6e61a83..cb13d50 100644 --- a/docs/highlighters.md +++ b/docs/highlighters.md @@ -19,6 +19,9 @@ To activate an highlighter, add it to the `ZSH_HIGHLIGHT_HIGHLIGHTERS` array in ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor) +By default, `$ZSH_HIGHLIGHT_HIGHLIGHTERS` is unset and only the `main` +highlighter is active. + How to tweak highlighters ------------------------- @@ -48,7 +51,7 @@ To create your own `myhighlighter` highlighter: non-zero otherwise, for example: _zsh_highlight_myhighlighter_highlighter_predicate() { - # Call this highlighter in SVN repositories + # Call this highlighter in SVN working copies [[ -d .svn ]] }