This repository has been archived on 2020-09-21. You can view files and clone it, but cannot push or open issues or pull requests.
zim/modules/syntax-highlighting/init.zsh

9 lines
181 B
Bash
Raw Normal View History

2015-12-15 00:12:17 -05:00
#
# enables fish-shell like syntax highlighting
#
# highlighters
ZSH_HIGHLIGHT_HIGHLIGHTERS=(${zhighlighters[@]})
2015-12-20 20:41:54 -05:00
source "${0:h}/external/zsh-syntax-highlighting.zsh" || return 1