From: Alexander Barton Date: Fri, 7 Feb 2020 19:30:54 +0000 (+0100) Subject: fzf: Look in BSD-specific paths, too! X-Git-Url: https://arthur.barton.de/gitweb/?p=ax-zsh.git;a=commitdiff_plain;h=48c6e417435f13b1b32882fce481dc7a91590b93;ds=sidebyside fzf: Look in BSD-specific paths, too! --- diff --git a/plugins/fzf/fzf.zshrc b/plugins/fzf/fzf.zshrc index 4e46e9f..be79b98 100644 --- a/plugins/fzf/fzf.zshrc +++ b/plugins/fzf/fzf.zshrc @@ -23,6 +23,7 @@ fi for dir ( /usr/local/lib/fzf/shell /usr/local/opt/fzf/shell + /usr/local/share/examples/fzf/shell /opt/fzf/shell ); do [[ -d "$dir" ]] || continue