add path for macports
authorAndrew Lorimer <andrew@lorimer.id.au>
Fri, 22 Mar 2019 01:49:31 +0000 (12:49 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Fri, 22 Mar 2019 01:49:31 +0000 (12:49 +1100)
zsh/.zshrc
index e663c4385924b11a78b375d2db84861f669fe52d..551a9ae283f3812fdc7fb8adf6e6b9bd994d0f2c 100755 (executable)
@@ -4,6 +4,7 @@ export PATH=/Users/andrew/Library/Python/3.7/bin:$PATH
 export PATH=/Users/andrew/scripts:$PATH
 export GOPATH=$HOME/.go
 export PATH=$GOPATH:$GOPATH/bin:$PATH
+export PATH=/opt/local/bin:/opt/local/sbin:$PATH
 export ZSH=$HOME/.oh-my-zsh
 
 # ---