disable the fzf "zsh plugin"

This commit is contained in:
Dmytro Meleshko 2020-07-25 20:32:58 +03:00
parent 94ffec0a8d
commit b654234bcf
1 changed files with 4 additions and 4 deletions

View File

@ -62,10 +62,10 @@ _plugin completions 'zsh-users/zsh-completions' "$_checkout_latest_version"
# }}}
_plugin fzf 'junegunn/fzf' "$_checkout_latest_version" \
build='./install --bin' \
after_load='plugin-cfg-path path prepend bin' \
after_load='plugin-cfg-path manpath prepend man'
# _plugin fzf 'junegunn/fzf' "$_checkout_latest_version" \
# build='./install --bin' \
# after_load='plugin-cfg-path path prepend bin' \
# after_load='plugin-cfg-path manpath prepend man'
if command_exists python; then
_plugin alias-tips 'djui/alias-tips'