dotfiles

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

commit 3b493aa5316ff09725a7ff2bcd3357ff1af6bf28
parent 5d988220eb8cead8bde65f5aa97e458a12dc12a1
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu,  6 Feb 2014 23:48:39 -0800

Homebrew now lives under /usr/local/bin

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

diff --git a/.paths b/.paths @@ -20,10 +20,8 @@ path_append() { # set PATH so it includes user's private bin if it exists path_prepend "$HOME/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" +# Push /usr/local/bin to the front of PATH +path_prepend "/usr/local/bin" # Chromium and Dart development path_prepend "$HOME/src/depot_tools"