Sorin Ionescu
13 years ago
3 changed files with 16 additions and 0 deletions
@ -0,0 +1 @@ |
|||||||
|
Subproject commit bb0d575942760fe483790fe878ea43b1f781e2ca |
@ -0,0 +1,12 @@ |
|||||||
|
# |
||||||
|
# Integrates zsh-syntax-highlighting into Oh My Zsh. |
||||||
|
# |
||||||
|
# Authors: |
||||||
|
# Sorin Ionescu <sorin.ionescu@gmail.com> |
||||||
|
# |
||||||
|
|
||||||
|
if zstyle -t ':omz:plugin:syntax-highlighting' color; then |
||||||
|
source "${0:h}/external/zsh-syntax-highlighting.zsh" |
||||||
|
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern cursor) |
||||||
|
fi |
||||||
|
|
Loading…
Reference in new issue