You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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 **`
6 years ago
..
completion.bash [completion] Filter out non-hostnames in SSH config file (#1329) 6 years ago
completion.zsh [completion] Filter out non-hostnames in SSH config file (#1329) 6 years ago
key-bindings.bash [bash] Add --sync to the default CTRL-R options 6 years ago
key-bindings.fish [fish] Use $version instead of $FISH_VERSION (#1100) 6 years ago
key-bindings.zsh [zsh] Fire zsh precmd functions after cd (#1136) 7 years ago