From: Alexander Barton Date: Fri, 14 Apr 2017 12:44:19 +0000 (+0200) Subject: fzf: Look for fzf(1) in /opt/fzf, too X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ax-zsh.git;a=commitdiff_plain;h=b0085b5862a64a0fc8854ee5a3ff6ad379038a78;hp=c2a7e3cea095d498557079743e34301a54c514c5 fzf: Look for fzf(1) in /opt/fzf, too --- diff --git a/plugins/fzf/fzf.zshrc b/plugins/fzf/fzf.zshrc index 7572980..799fdca 100644 --- a/plugins/fzf/fzf.zshrc +++ b/plugins/fzf/fzf.zshrc @@ -14,6 +14,7 @@ fi for dir ( /usr/local/lib/fzf/shell /usr/local/opt/fzf/shell + /opt/fzf/shell ); do [[ -d "$dir" ]] || continue source "$dir/completion.zsh"