From a587b6f98ac3f847c461c473612e53bcb2de8461 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Mon, 25 Nov 2013 11:34:54 +0100 Subject: [PATCH] upgrade my zshrc --- templates/zshrc-linux.zsh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/zshrc-linux.zsh b/templates/zshrc-linux.zsh index ed66be5de..6ef75ac0c 100644 --- a/templates/zshrc-linux.zsh +++ b/templates/zshrc-linux.zsh @@ -43,6 +43,9 @@ plugins=(git python repo cp buildbot rsync git-extras git-remote-branch\ source $ZSH/oh-my-zsh.sh + +ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern) + # To differentiate aliases from other command types ZSH_HIGHLIGHT_STYLES[alias]='fg=magenta,bold'