From e7f83f8aa5d6d8f56a0ae9c70447a66cd949e7cd Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Fri, 12 May 2017 10:13:43 -0700 Subject: [PATCH] add homebrew mysql to PATH --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 61c8b5b..8e306ba 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/bin /usr/local/sbin $HOME/bin) +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) for dir in $custom_paths; do if [[ -d "$dir" ]]; then path=($dir $path)