From f6eb0e843c095fa7872313b37f70530b1caf43e5 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Thu, 21 Mar 2019 19:44:17 -0700 Subject: [PATCH] Update path --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 25f060f..6561911 100755 --- a/zshrc +++ b/zshrc @@ -13,7 +13,7 @@ function is_interactive() { [ -t 1 ] } # 1. Environment Vars # =================== -custom_paths=(/sbin /usr/sbin /Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin /usr/local/opt/mysql@5.6/bin /usr/local/bin /usr/local/sbin $HOME/bin) +custom_paths=(/sbin /usr/sbin /Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin /usr/local/opt/postgresql@9.6/bin /usr/local/bin /usr/local/sbin $HOME/bin) for dir in $custom_paths; do if [[ -d "$dir" ]]; then path=($dir $path)