From 61a9ba8f652f0d092b44c5934928fcc375a97a95 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 19 Oct 2016 19:56:00 -0700 Subject: [PATCH] remove Xcode path --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index d326207..37ada10 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 /Applications/Xcode.app/Contents/Developer/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/bin /usr/local/sbin $HOME/bin) for dir in $custom_paths; do if [[ -d "$dir" ]]; then path=($dir $path)