mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Revert "Merge remote-tracking branch 'sodiumjoe/optimize-startup'"
This reverts commit39990fff58
, reversing changes made toc4d82b1888
.
This commit is contained in:
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…
Reference in New Issue
Block a user