From eca15345cfbaa1633cc0c511e4fdc3f7d8bebd7f Mon Sep 17 00:00:00 2001 From: James Patrick Date: Fri, 20 Dec 2019 10:13:54 -0500 Subject: [PATCH] Added env specific zsh. --- zsh/environment/host/wok/zshenv | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zsh/environment/host/wok/zshenv diff --git a/zsh/environment/host/wok/zshenv b/zsh/environment/host/wok/zshenv new file mode 100644 index 0000000..82dcad4 --- /dev/null +++ b/zsh/environment/host/wok/zshenv @@ -0,0 +1,3 @@ +export GOPATH="${HOME}/.go" +PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest" +export PATH="$PATH:${GOPATH}/bin:${PSQLAPP}/bin"