.zshrc: Synchronize PATH format

This commit is contained in:
Alan Orth 2018-04-07 17:08:30 +03:00
parent 8cc028a6d1
commit 4503c1c997
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -52,7 +52,7 @@ if [[ "$OSTYPE" =~ ^darwin.*$ ]]; then
# Use node@8 from Homebrew instead of NVM
PATH=$PATH:/usr/local/opt/node@8/bin
PATH="/usr/local/opt/postgresql@9.5/bin:$PATH"
PATH=$PATH:/usr/local/opt/postgresql@9.5/bin
elif [[ "$OSTYPE" =~ ^linux.*$ ]]; then
# noop
fi