main: Add ZSH_HIGHLIGHT_DIRS_BLACKLIST

Closes #379.
This commit is contained in:
Matthew Martin
2018-01-21 14:48:47 -06:00
parent 90b09f88ee
commit 6713727742
3 changed files with 61 additions and 1 deletions

View File

@@ -71,6 +71,12 @@ The syntax for values is the same as the syntax of "types of highlighting" of
the zsh builtin `$zle_highlight` array, which is documented in [the `zshzle(1)`
manual page][zshzle-Character-Highlighting].
#### Parameters
To avoid partial path lookups on a path, add the path to the `ZSH_HIGHLIGHT_DIRS_BLACKLIST` array.
ZSH_HIGHLIGHT_DIRS_BLACKLIST+=(/mnt/slow_share)
### Useless trivia
#### Forward compatibility.