diff options
author | Ben Burwell <ben@benburwell.com> | 2019-10-03 16:17:48 -0400 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-10-03 16:17:48 -0400 |
commit | ef40bdbf01136aa3f825b2bae510bda7de200d52 (patch) | |
tree | 218f71ca821ff1123c5260c5064d3839f4a20ce0 | |
parent | b29810c784fc30f356d9937fdfedd1b0db318b94 (diff) |
zsh: set path to point to current psql
-rw-r--r-- | templates/.zsh/path.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |