From 8caeeeaa77d6773183aec1bcc19a4dd7628a5347 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Tue, 11 Sep 2012 10:16:59 -0700 Subject: [PATCH] Improve color of grep to yellow --- zsh/colors.zsh | 1 + 1 file changed, 1 insertion(+) create mode 100644 zsh/colors.zsh diff --git a/zsh/colors.zsh b/zsh/colors.zsh new file mode 100644 index 0000000..72c6d76 --- /dev/null +++ b/zsh/colors.zsh @@ -0,0 +1 @@ +export GREP_COLOR='1;33'