dotfiles

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

commit 8374758df7ed155516f12ac3a34c9db4a4a64216
parent 5459ca576e8bfac8214705390646e911a4ac3084
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat, 11 May 2019 11:44:59 -0700

Add Flutter's Dart SDK to path

Given that this is usually the only Dart VM I'm using these days, it's
simpler than managing it via DVM.

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

diff --git a/.paths b/.paths @@ -40,6 +40,7 @@ fi # Fuchsia/Flutter path_prepend "$HOME/src/depot_tools" path_prepend "$HOME/src/flutter/flutter/bin" +path_prepend "$HOME/src/flutter/flutter/bin/cache/dart-sdk/bin" path_prepend "$HOME/src/fuchsia/.jiri_root/bin" if [[ -e "$HOME/src/fuchsia/.jiri_root/scripts/fx-env.sh" ]]; then source "$HOME/src/fuchsia/.jiri_root/scripts/fx-env.sh"