fzf: add support for FreeBSD (#8474)

master
pprugger 7 years ago committed by Marc Cornellà
parent 7dddfe0a39
commit 4338a731b7
  1. 1
      plugins/fzf/fzf.plugin.zsh

@ -12,6 +12,7 @@ function setup_using_base_dir() {
"${HOME}/.fzf"
"/usr/local/opt/fzf"
"/usr/share/fzf"
"/usr/local/share/examples/fzf"
)
for dir in ${fzfdirs}; do
if [[ -d "${dir}" ]]; then

Loading…
Cancel
Save