From 4503c1c9979092bd79143705296293e41d2c7b0d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 7 Apr 2018 17:08:30 +0300 Subject: [PATCH] .zshrc: Synchronize PATH format --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 7d183b0..2dee7b5 100644 --- a/.zshrc +++ b/.zshrc @@ -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