commit a99a371c490057268d07c64991c936880158d550 parent 842f27171a5d4b1d9cfb6f640319d5b61b5beab9 Author: Chris Bracken <chris@bracken.jp> Date: Tue, 28 Mar 2017 16:49:24 -0700 Eliminate -n from GREP_OPTIONS Diffstat:
M | .zshrc | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc @@ -4,7 +4,7 @@ export EDITOR=/usr/bin/vim export GNUPGHOME="$HOME/.gnupg" export TERMINAL=urxvt -export GREP_OPTIONS="--color=auto -n" +export GREP_OPTIONS="--color=auto" # p4 config export P4CONFIG=.p4config