diff options
author | pprugger <pprugger@users.noreply.github.com> | 2019-12-19 10:50:20 +0100 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2019-12-19 10:50:20 +0100 |
commit | 4338a731b77d9f7a73b554667626e35b3fb5f7e3 (patch) | |
tree | 2d366e9db0da78f38524212eba3a651be09c5383 /plugins/fzf | |
parent | 7dddfe0a39b75acbe265c47b6d1dc575d6dedd9f (diff) | |
download | zsh-4338a731b77d9f7a73b554667626e35b3fb5f7e3.tar.gz zsh-4338a731b77d9f7a73b554667626e35b3fb5f7e3.tar.bz2 zsh-4338a731b77d9f7a73b554667626e35b3fb5f7e3.zip |
fzf: add support for FreeBSD (#8474)
Diffstat (limited to 'plugins/fzf')
-rw-r--r-- | plugins/fzf/fzf.plugin.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/fzf/fzf.plugin.zsh b/plugins/fzf/fzf.plugin.zsh index 83626009d..c8aefd7ab 100644 --- a/plugins/fzf/fzf.plugin.zsh +++ b/plugins/fzf/fzf.plugin.zsh @@ -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 |