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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user