restore `command -v brew` check

pull/446/head
Joe Moon 8 years ago
parent 332698fdc5
commit 4f238bdd46

@ -10,10 +10,12 @@ fi
# set homebrew installation paths
if command -v brew &>/dev/null; then
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
fi
# set error file location

Loading…
Cancel
Save