dotfiles

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

commit 967b9198ceb867fd2624aa86c15a3012a6711f7b
parent 8676664398c146b45eeeec9f2f5ffd8b9a6966e2
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 11 Jun 2013 22:15:46 -0700

Add Dart SDK to path

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

diff --git a/.paths b/.paths @@ -16,6 +16,9 @@ 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"