dotfiles

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

commit f02bf50659732789befb32bd90efb1d9c02aaf1b
parent 3b5508833a8bcc935ce02307d647dc7ccedf9b96
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 26 May 2015 23:10:26 -0700

Add homebrew to $PATH.

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

diff --git a/.paths b/.paths @@ -34,4 +34,5 @@ path_prepend "$DART_SDK/bin" # Push /usr/local/bin to the front of PATH path_prepend "/usr/local/bin" +path_prepend "/usr/homebrew/bin" path_prepend "/usr/homebrew/opt/coreutils/libexec/gnubin"