aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-02-17 02:22:26 -0700
committerkatherine <shmibs@shmibbles.me>2016-02-17 02:22:26 -0700
commitaabdf33d942619dcf576243f1c25706d286e8291 (patch)
treea0c07ee4783e75e316fce7d703460c2e58bded07 /.zshrc
parent1f949815ccf639efd1c853a359ed2dd4062e18fb (diff)
downloaddotfiles-aabdf33d942619dcf576243f1c25706d286e8291.tar.gz
get rid of comment highlight
for now. got to figure out how to do it properly
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 0 insertions, 2 deletions
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