feat(fzf): fix MacPorts auto-completion file location. (#11305)

master
Andrew Wu 4 years ago committed by GitHub
parent 02972f801b
commit b3b336b0f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      plugins/fzf/fzf.plugin.zsh

@ -178,7 +178,7 @@ function fzf_setup_using_macports() {
(( $+commands[fzf] )) || return 1
# The fzf-zsh-completion package installs the auto-completion in
local completions="/opt/local/share/zsh/site-functions/fzf"
local completions="/opt/local/share/fzf/shell/completion.zsh"
# The fzf-zsh-completion package installs the key-bindings file in
local key_bindings="/opt/local/share/fzf/shell/key-bindings.zsh"

Loading…
Cancel
Save