From b0085b5862a64a0fc8854ee5a3ff6ad379038a78 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 14 Apr 2017 14:44:19 +0200 Subject: [PATCH] fzf: Look for fzf(1) in /opt/fzf, too --- plugins/fzf/fzf.zshrc | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2