Merge remote-tracking branch 'sodiumjoe/optimize-startup'

pull/449/head
William Ting 8 years ago
commit 39990fff58

@ -10,8 +10,9 @@ fi
# set homebrew installation paths
if command -v brew &>/dev/null && [[ -d "$(brew --prefix)/share/zsh/site-functions" ]]; then
fpath=("$(brew --prefix)/share/zsh/site-functions" ${fpath})
local brew_prefix=${BREW_PREFIX:-$(brew --prefix)}
if [[ -d "${brew_prefix}/share/zsh/site-functions" ]]; then
fpath=("${brew_prefix}/share/zsh/site-functions" ${fpath})
fi

Loading…
Cancel
Save