diff --git a/Examples-(completion).md b/Examples-(completion).md index 6c45221..846a5c7 100644 --- a/Examples-(completion).md +++ b/Examples-(completion).md @@ -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