m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

_fzf_complete_ssh was renamed to _fzf_host_completion

Sylvain Pasche
2020-06-28 23:38:08 +02:00
parent f9faa574f1
commit 77aa671983

@@ -56,7 +56,7 @@ If you want to remove the `**` trigger just for certain completions, you can ach
```
_fzf_complete_ssh_notrigger() {
FZF_COMPLETION_TRIGGER='' _fzf_complete_ssh
FZF_COMPLETION_TRIGGER='' _fzf_host_completion
}
complete -o bashdefault -o default -F _fzf_complete_ssh_notrigger ssh