From 4e0084315e155b643c6ef7577a7e132348d31405 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 20 Dec 2015 22:28:00 -0800 Subject: [PATCH] swift path --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 7634f2a..cd963de 100755 --- a/zshrc +++ b/zshrc @@ -13,7 +13,7 @@ function is_interactive() { [ -t 1 ] } # 1. Environment Vars # =================== -custom_paths=(/sbin /usr/sbin /Applications/Xcode.app/Contents/Developer/usr/bin /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 /Applications/Xcode.app/Contents/Developer/usr/bin /usr/local/bin /usr/local/sbin $HOME/bin) for dir in $custom_paths; do if [[ -d "$dir" ]]; then path=($dir $path)