diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-03-13 23:59:34 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 23:59:34 +0900 |
| commit | e74b1251c0f579335e03b3e7182cd7a9f88dbe37 (patch) | |
| tree | 635d9bd3d4be38ca5623b8ce7241c2674c01b532 /shell/completion.bash | |
| parent | d282a1649d7d953f028306f13d6616958f3fd1f3 (diff) | |
| download | fzf-e74b1251c0f579335e03b3e7182cd7a9f88dbe37.tar.gz | |
Embed shell integration scripts in fzf binary (`--bash` / `--zsh` / `--fish`) (#3675)
This simplifies the distribution, and the users are less likely to have
problems caused by using incompatible scripts and binaries.
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --bash)"
# Set up fzf key bindings and fuzzy completion
eval "$(fzf --zsh)"
# Set up fzf key bindings
fzf --fish | source
Diffstat (limited to 'shell/completion.bash')
0 files changed, 0 insertions, 0 deletions
