Skip to content
Snippets Groups Projects
Unverified Commit 50958992 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[bash-completion] Add _fzf_setup_completion to enable fuzzy completion

While we can attach `_fzf_path_completion` or `_fzf_dir_completion` to
any command using the standard bash complete command, the functionality
of the existing completion function is lost.

Use _fzf_setup_completion if you want to extend the existing function
with fuzzy completion instead of completely replacing it.

e.g. _fzf_setup_completion path kubectl
parent 4800e5d2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment