From e01f8058ffd202ba4805549b827041489137c185 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sun, 5 Jul 2020 20:00:20 -0400 Subject: [PATCH] Exported psqlapp --- zsh/environment/host/wok/zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/environment/host/wok/zshenv b/zsh/environment/host/wok/zshenv index 48a56d8..275b61c 100644 --- a/zsh/environment/host/wok/zshenv +++ b/zsh/environment/host/wok/zshenv @@ -1,5 +1,5 @@ export GOPATH="${HOME}/.go" -PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest" +export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin" path=( $GOPATH $PSQLAPP