From 48c6e417435f13b1b32882fce481dc7a91590b93 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Fri, 7 Feb 2020 20:30:54 +0100 Subject: [PATCH] fzf: Look in BSD-specific paths, too! --- plugins/fzf/fzf.zshrc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2