浏览代码

fzf: add support for FreeBSD (#8474)

pprugger 5 年之前
父节点
当前提交
4338a731b7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"
           "${HOME}/.fzf"
           "/usr/local/opt/fzf"
           "/usr/local/opt/fzf"
           "/usr/share/fzf"
           "/usr/share/fzf"
+          "/usr/local/share/examples/fzf"
         )
         )
         for dir in ${fzfdirs}; do
         for dir in ${fzfdirs}; do
             if [[ -d "${dir}" ]]; then
             if [[ -d "${dir}" ]]; then