main: Mark ZSH_HIGHLIGHT_DIRS_BLACKLIST experimental

This commit is contained in:
Matthew Martin
2018-02-17 20:08:25 -06:00
parent 6713727742
commit 15e288a25c
3 changed files with 6 additions and 5 deletions

View File

@@ -73,9 +73,10 @@ manual page][zshzle-Character-Highlighting].
#### Parameters
To avoid partial path lookups on a path, add the path to the `ZSH_HIGHLIGHT_DIRS_BLACKLIST` array.
To avoid partial path lookups on a path, add the path to the `X_ZSH_HIGHLIGHT_DIRS_BLACKLIST` array.
This interface is still experimental.
ZSH_HIGHLIGHT_DIRS_BLACKLIST+=(/mnt/slow_share)
X_ZSH_HIGHLIGHT_DIRS_BLACKLIST+=(/mnt/slow_share)
### Useless trivia