add python paths
authorAndrew Lorimer <andrew@lorimer.id.au>
Mon, 4 Mar 2019 11:00:40 +0000 (22:00 +1100)
committerAndrew Lorimer <andrew@lorimer.id.au>
Mon, 4 Mar 2019 11:00:40 +0000 (22:00 +1100)
zsh/.zshrc
index 452c46fe3c41148060c84a25353ef6c25b4255e8..e663c4385924b11a78b375d2db84861f669fe52d 100755 (executable)
@@ -1,5 +1,9 @@
 export PATH=$HOME/scripts:/usr/local/bin:$PATH
 export PATH=/usr/local/opt/grep/libexec/gnubin:$PATH
+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 ZSH=$HOME/.oh-my-zsh
 
 # ---