1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-03 12:20:27 +00:00
prezto/modules/syntax-highlighting/init.zsh

13 lines
293 B
Bash
Raw Normal View History

2012-03-29 14:47:30 +00:00
#
# Integrates zsh-syntax-highlighting into Oh My Zsh.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
2012-03-28 16:41:39 +00:00
if zstyle -t ':omz:module:syntax-highlighting' color; then
2012-03-29 14:47:30 +00:00
source "${0:h}/external/zsh-syntax-highlighting.zsh"
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor)
fi