From 22b70dcd1d6c7d340c5df459dae3e3316898c2aa Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Sat, 24 Jan 2015 22:50:11 +0100 Subject: [PATCH] zsh - add highlighting to input --- zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zshrc b/zshrc index ae1ad57..83d3f80 100644 --- a/zshrc +++ b/zshrc @@ -47,3 +47,6 @@ stty -ixon # turn of for vimshell export GPG_TTY=$(tty) envoy -t gpg-agent source <(envoy -p) + +# Syntax highlighting +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh