On Thu, Jan 16, 2020 at 03:32:36PM +0100, Klemens Nanni wrote:
> On Thu, Jan 16, 2020 at 02:20:09PM +0000, Edd Barrett wrote:
> > Hi,
> > 
> > This diff packages the necessary support files for for integrating fzf
> > with shells.
> > 
> > With this change, enabling support in (e.g.) zsh is as simple as:
> > 
> > ```
> > export FZF_DEFAULT_OPTS="--ansi"
> > . /usr/local/share/fzf/shell/key-bindings.zsh
> > . /usr/local/share/fzf/shell/completion.zsh
> > ```
> The usual patterns for zsh are the following
> 
>       /usr/local/share/zsh/vendor-completions/_fzf
>       /usr/local/share/zsh/site-functions/_fzf

At least for zsh /usr/local/share/zsh/site-functions/_fzf should be used
since it's in the default fpath. Not sure where vendor-completions came
from; it doesn't occur anywhere in the zsh source.

Reply via email to