dotfiles

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

commit 23a25a334363c8b0fac64e17de9f3b0044ee5cea
parent 026ca96904c4a225bf4e779f0dfbc437740a9ffd
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  7 Oct 2015 17:46:01 -0700

Kill homebrew, return to MacPorts.

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

diff --git a/.paths b/.paths @@ -27,8 +27,9 @@ 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" + +# MacPorts +path_prepend "/opt/local/bin" # User's personal bin dir if it exists path_prepend "$HOME/bin"