From aabdf33d942619dcf576243f1c25706d286e8291 Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 17 Feb 2016 02:22:26 -0700 Subject: get rid of comment highlight for now. got to figure out how to do it properly --- .zshrc | 2 -- 1 file changed, 2 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index af86879..516fc3f 100644 --- a/.zshrc +++ b/.zshrc @@ -76,8 +76,6 @@ ZSH_HIGHLIGHT_HIGHLIGHTERS=(main brackets pattern) ZSH_HIGHLIGHT_STYLES[single-quoted-argument]="fg=red" ZSH_HIGHLIGHT_STYLES[double-quoted-argument]="fg=red" -# highlight comments -ZSH_HIGHLIGHT_PATTERNS+=('\#*' 'fg=cyan') ################# KEYBINDINGS ################# typeset -g -A key -- cgit v1.2.3