From 77aa67198393c817954e21d92d8f91ceb33400d5 Mon Sep 17 00:00:00 2001 From: Sylvain Pasche Date: Sun, 28 Jun 2020 23:38:08 +0200 Subject: [PATCH] _fzf_complete_ssh was renamed to _fzf_host_completion --- Examples-(completion).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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