dotfiles

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

commit ca906d6b0c1f364e00fd9b33af592d4ff9bb926b
parent debdada5688129a8b98af8b130e5e8fca52b0f8b
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu, 20 Apr 2017 17:30:12 -0700

Remove fuchsia compile toolchain from PATH

Fuchsia lldb breaks ios-deploy. Instead, inject to PATH on demand.

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

diff --git a/.paths b/.paths @@ -39,7 +39,7 @@ 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/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