Browse Source

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

Andrew Wu 1 year ago
parent
commit
b3b336b0f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/fzf/fzf.plugin.zsh

+ 1 - 1
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"