dotfiles

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

commit 3dcd8219166d4382bd5cbcf9e79272c80a12a2e8
parent 9fb12a83f22e710e7e14c186409cbaea13e07dbd
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 14 Apr 2017 15:50:16 -0700

Push Fuchsia buildtools to front of path


Diffstat:
M.paths | 11++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/.paths b/.paths @@ -22,12 +22,6 @@ path_append() { fi } -# Chromium depot_tools -path_prepend "$HOME/src/depot_tools" - -# Flutter SDK -path_prepend "$HOME/src/flutter/flutter/bin" - # Push /usr/local/bin to the front of PATH path_prepend "/usr/local/bin" @@ -42,8 +36,11 @@ if [[ "$(uname)" == "Darwin" ]]; then path_prepend "$HOME/.homebrew/bin" fi -# Goma +# 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 path_prepend "$HOME/bin"