Browse Source

fzf: add support for FreeBSD (#8474)

pprugger 5 years ago
parent
commit
4338a731b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/fzf/fzf.plugin.zsh

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