dotfiles

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

commit b14a1b00b17d1acd746d5569769433a144b0826a
parent 23f15fe6d1cc25c5df15d1a5db53b4b1c4b2a2e4
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 28 Jan 2015 21:34:41 -0800

Add ~/.pub-cache/bin to PATH

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

diff --git a/.paths b/.paths @@ -28,6 +28,7 @@ path_prepend "$GOROOT/bin" path_prepend "$GOPATH/bin" # Chromium and Dart development +path_prepend "$HOME/.pub-cache/bin" path_prepend "$HOME/src/depot_tools" path_prepend "$DART_SDK/bin"