From: Andrew Lorimer Date: Fri, 22 Mar 2019 01:49:31 +0000 (+1100) Subject: add path for macports X-Git-Url: https://git.lorimer.id.au/dotfiles.git/diff_plain/b357ba754a6238ade5342ec2acdecc16d8520c5c add path for macports --- diff --git a/zsh/.zshrc b/zsh/.zshrc index e663c43..551a9ae 100755 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -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 # ---