diff options
-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 |