From b357ba754a6238ade5342ec2acdecc16d8520c5c Mon Sep 17 00:00:00 2001 From: Andrew Lorimer Date: Fri, 22 Mar 2019 12:49:31 +1100 Subject: [PATCH] add path for macports --- zsh/.zshrc | 1 + 1 file changed, 1 insertion(+) 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 # --- -- 2.49.0