diff options
author | Aaron Mills <aaron.mills@returnpath.com> | 2013-08-19 16:28:09 -0600 |
---|---|---|
committer | Aaron Mills <aaron.mills@returnpath.com> | 2013-08-19 16:28:09 -0600 |
commit | f11934e00c711a09876e1cf776d04c231339ff18 (patch) | |
tree | e565a112d57b901a7d6f9283e52e03d7c0f17071 /plugins/mosh/mosh.plugin.zsh | |
parent | 434f3bc05c5245d7a27ab0bb1ede5b78acc370a4 (diff) | |
download | zsh-f11934e00c711a09876e1cf776d04c231339ff18.tar.gz zsh-f11934e00c711a09876e1cf776d04c231339ff18.tar.bz2 zsh-f11934e00c711a09876e1cf776d04c231339ff18.zip |
Add support for mosh (remote-shell) tab completion.
Diffstat (limited to 'plugins/mosh/mosh.plugin.zsh')
-rw-r--r-- | plugins/mosh/mosh.plugin.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mosh/mosh.plugin.zsh b/plugins/mosh/mosh.plugin.zsh new file mode 100644 index 000000000..ea36b7ee9 --- /dev/null +++ b/plugins/mosh/mosh.plugin.zsh @@ -0,0 +1,2 @@ +# Allow SSH tab completion for mosh hostnames +compdef mosh=ssh |