On Wed, Jun 03, 2015 at 04:36:11PM -0700, Stuart Weir wrote:
> I've been in conversation over twitter with Dave Cheney about how to set up
> go (I had it set up fine on my old machine) and zsh doesn't seem to be
> picking up the GOPATH and PATH in my .zshrc file.
That's not really a Go-specific problem. You should probably read the
startup files section[1] in the ZSH manual. There are more and zshrc
isn't necessarily the best place for setting up environment variables.
If you have any non-standard "configuration kits" installed, you should
refer to their documentation, too. Some might expect you to put your
customization in a different place.
[1]
http://zsh.sourceforge.net/Doc/Release/Files.html