From ef40bdbf01136aa3f825b2bae510bda7de200d52 Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Thu, 3 Oct 2019 16:17:48 -0400 Subject: zsh: set path to point to current psql --- templates/.zsh/path.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/.zsh/path.zsh b/templates/.zsh/path.zsh index 1b0603e..a94870b 100644 --- a/templates/.zsh/path.zsh +++ b/templates/.zsh/path.zsh @@ -1,6 +1,6 @@ export PATH=/usr/local/opt/node@10/bin export PATH=$PATH:/usr/local/opt/python/libexec/bin -export PATH=$PATH:/usr/local/Cellar/postgresql@9.6/9.6.14/bin +export PATH=$PATH:/usr/local/Cellar/postgresql@9.6/9.6.15/bin export PATH=$PATH:/Applications/Wireshark.app/Contents/MacOS export PATH=$PATH:/Applications/Firefox/Contents/MacOS export PATH=$PATH:/Library/TeX/texbin -- cgit v1.2.3