mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
main: Mark ZSH_HIGHLIGHT_DIRS_BLACKLIST experimental
This commit is contained in:
parent
6713727742
commit
15e288a25c
3 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue