dotfiles

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

commit 99c99b48cde640c176b42d9ac659295cee740a4e
parent 10fa05e686e727adb27741be2e2d50d67722ed6b
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 25 Sep 2017 15:11:11 -0700

Remove GOMA_DIR from PATH

Originally add to be able to quickly start the goma server. Now using a
shell script in ~/bin for that. Avoids overriding system clang/cc/c++.

Diffstat:
M.paths | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.paths b/.paths @@ -48,9 +48,7 @@ if which ruby >/dev/null && which gem >/dev/null; then fi # Fuchsia/Flutter -path_prepend "$GOMA_DIR" path_prepend "$HOME/src/depot_tools" -#path_prepend "$HOME/src/flutter/engine/src/buildtools/toolchain/clang+llvm-x86_64-darwin/bin" path_prepend "$HOME/src/flutter/flutter/bin" # User's personal bin dir if it exists