Add command-line as-you-type highlighting for zsh

This commit is contained in:
2012-08-13 02:31:09 +01:00
parent a9cacc7c2a
commit 59b6b30e2d
3 changed files with 14 additions and 0 deletions

View File

@@ -51,3 +51,13 @@ unalias shotgun
# Cause I hit emacs shorts too much
bindkey -s "\C-x\C-f" "cd "
#
# Z-Shell Command Highlighting
#
# Highlighters
ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets)
source "$DOTZSH/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"