dotfiles

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

commit 6ca0d292faf05f623ffc33afcd688863eac4e7bd
parent 80807fc1b5034e88f0ce88e402881696fc719a9b
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 17 Jul 2013 09:47:22 -0700

Updated paths for Chromium/Dart dev

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

diff --git a/.paths b/.paths @@ -20,10 +20,11 @@ path_append() { # set PATH so it includes user's private bin if it exists path_prepend "$HOME/bin" -# add Dart SDK -path_prepend "/Applications/Dart/dart-sdk/bin" - # update PATH variable for use with brew path_prepend "/usr/homebrew/sbin" path_prepend "/usr/homebrew/bin" path_prepend "/usr/homebrew/opt/coreutils/libexec/gnubin" + +# Chromium and Dart development +path_prepend "$HOME/src/depot_tools" +path_prepend "$HOME/src/third_party/dart-sdk/bin"