Add highlighting for files based on $LS_COLORS environment variable.

This commit is contained in:
jimmijj 2014-09-23 23:44:45 +00:00
commit 28a5c6e3f0
2 changed files with 91 additions and 3 deletions

View file

@ -35,6 +35,7 @@
# Array declaring active highlighters names.
typeset -ga ZSH_HIGHLIGHT_HIGHLIGHTERS
typeset -gA ZSH_HIGHLIGHT_FILES
# Update ZLE buffer syntax highlighting.
#