summaryrefslogtreecommitdiff
path: root/13_ZshHighlight.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-13 17:28:33 +0100
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-01-13 17:28:33 +0100
commit9ee20990d95ef36145c446373dbe71f0ec8e9f13 (patch)
treec865b175c77df09c3b729b23245e2407f6a08cef /13_ZshHighlight.zsh
parenta803ebe659cef5585817f94182ba1e2af1ace028 (diff)
[SynHigh] Dont disable preexec
Diffstat (limited to '13_ZshHighlight.zsh')
-rw-r--r--13_ZshHighlight.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/13_ZshHighlight.zsh b/13_ZshHighlight.zsh
index df668d0..55d86d5 100644
--- a/13_ZshHighlight.zsh
+++ b/13_ZshHighlight.zsh
@@ -4,7 +4,7 @@
if [ -d $ZDOTDIR/zsh-syntax-highlighting ]
then
- unfunction preexec
+ #unfunction preexec
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern)
source $ZDOTDIR/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh