dotfiles

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

commit 8b87006ee5882ddc49c96bdb683bc60092b54859
parent 2317d47c82e515d8ee35143283f9b3d030f7ccbf
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 10 Nov 2017 14:54:51 -0800

Alphabetise environment var declarations in zshrc

Diffstat:
M.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -3,9 +3,9 @@ # environment vars export EDITOR=/usr/bin/vim export GNUPGHOME="$HOME/.gnupg" -export GREP_OPTIONS="--color=auto" export GOMA_DIR="$HOME/src/goma" export GPG_TTY="$(tty)" +export GREP_OPTIONS="--color=auto" # p4 config export P4CONFIG=.p4config