dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 1aa8b539e147209188dd0b2fff98094f6123e32e
parent d0a69cf4bc2c16fc8f0ab45cf70dce5ceb92d3f3
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 21 Feb 2017 17:17:50 -0800

Add GREP_OPTIONS environment variable

Diffstat:
M.zshrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -4,6 +4,7 @@ export EDITOR=/usr/bin/vim export GNUPGHOME="$HOME/.gnupg" export TERMINAL=urxvt +export GREP_OPTIONS="--color=auto -n" # p4 config export P4CONFIG=.p4config