fzf/shell
Jay 6de1ad9d3d [completion] Filter out non-hostnames in SSH config file (#1329)
* Correctly exclude SSH config options with Host

SSH config files have 14 options containing 'Host'.
Previously The zsh and bash completion scripts would include lines
containing these options when doing command-line completion of SSH hosts
with `ssh **`.

This commit fixes that problem by only including lines with 'host '.

* Don't autocomplete SSH hostnames using ?

SSH config files support ? as well as * for wildcards in Host lines.
This commit excludes lines containing ? for zsh/bash command line
completeion using `ssh **`
2018-07-06 11:29:39 +09:00
..
completion.bash [completion] Filter out non-hostnames in SSH config file (#1329) 2018-07-06 11:29:39 +09:00
completion.zsh [completion] Filter out non-hostnames in SSH config file (#1329) 2018-07-06 11:29:39 +09:00
key-bindings.bash [bash] Add --sync to the default CTRL-R options 2018-04-25 18:47:56 +09:00
key-bindings.fish [fish] Use $version instead of $FISH_VERSION (#1100) 2018-06-27 19:02:16 +09:00
key-bindings.zsh [zsh] Fire zsh precmd functions after cd (#1136) 2017-11-14 12:43:52 +09:00