Unverified Commit b3b336b0 authored by Andrew Wu's avatar Andrew Wu Committed by GitHub

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

parent 02972f80
...@@ -178,7 +178,7 @@ function fzf_setup_using_macports() { ...@@ -178,7 +178,7 @@ function fzf_setup_using_macports() {
(( $+commands[fzf] )) || return 1 (( $+commands[fzf] )) || return 1
# The fzf-zsh-completion package installs the auto-completion in # 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 # The fzf-zsh-completion package installs the key-bindings file in
local key_bindings="/opt/local/share/fzf/shell/key-bindings.zsh" local key_bindings="/opt/local/share/fzf/shell/key-bindings.zsh"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment