dotfiles

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

commit e943ff215dc4f6d20bcd29bfc30f9a04fb6b464f
parent 23a25a334363c8b0fac64e17de9f3b0044ee5cea
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  7 Oct 2015 17:48:13 -0700

Add /opt/local/sbin to PATH.

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

diff --git a/.paths b/.paths @@ -29,6 +29,7 @@ path_prepend "$DART_SDK/bin" path_prepend "/usr/local/bin" # MacPorts +path_prepend "/opt/local/sbin" path_prepend "/opt/local/bin" # User's personal bin dir if it exists