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

This reverts commit 39990fff58, reversing
changes made to c4d82b1888.
pull/449/head release-v22.4.1
William Ting 8 years ago
parent 8eb094220b
commit b2f243ee17

@ -65,7 +65,7 @@ from autojump_utils import sanitize
from autojump_utils import take
from autojump_utils import unico
VERSION = '22.4.0'
VERSION = '22.4.1'
FUZZY_MATCH_THRESHOLD = 0.6
TAB_ENTRIES_COUNT = 9
TAB_SEPARATOR = '__'

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

Loading…
Cancel
Save