fzf: add support for FreeBSD (#8474)

This commit is contained in:
pprugger 2019-12-19 10:50:20 +01:00 committed by Marc Cornellà
parent 7dddfe0a39
commit 4338a731b7

View file

@ -12,6 +12,7 @@ function setup_using_base_dir() {
"${HOME}/.fzf"
"/usr/local/opt/fzf"
"/usr/share/fzf"
"/usr/local/share/examples/fzf"
)
for dir in ${fzfdirs}; do
if [[ -d "${dir}" ]]; then