dotfiles

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

commit 479aa3126649536b34fe724aecc6c2f78738db98
parent d4f25e8cc393cd0819c2ab800afad7e79d8a15ac
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 15 Oct 2020 17:16:38 -0700

Eliminate GOMA_DIR environment variable

Previously, this was necessary to specify the goma install directory.
Now that gomacc and goma_ctl ship as part of depot_tools, this is no
longer necessary.

Diffstat:
M.zshenv | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.zshenv b/.zshenv @@ -24,7 +24,6 @@ export GPG_TTY="$(tty)" # Google stuff. export P4CONFIG=.p4config export P4EDITOR=vim -export GOMA_DIR="$HOME/src/goma" export GEM_HOME="$HOME/.gem" # If a local python3 directory exists, add PYTHONPATH.