1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

restore command -v brew check

This commit is contained in:
Joe Moon 2016-09-30 19:12:47 -07:00
parent 332698fdc5
commit 4f238bdd46

View File

@ -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