diff options
author | Robby Russell <robby@planetargon.com> | 2013-09-18 23:39:12 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-09-18 23:39:12 -0700 |
commit | fc70d76788f4969801a5c5ecafdbd4015277b556 (patch) | |
tree | 8e807c2e14967f71d2a3fb5f58b0cad47b135ef3 /plugins/mosh/mosh.plugin.zsh | |
parent | 19e1a3e1ef203f3cb7f6be85a1069eee994a849a (diff) | |
parent | f11934e00c711a09876e1cf776d04c231339ff18 (diff) | |
download | zsh-fc70d76788f4969801a5c5ecafdbd4015277b556.tar.gz zsh-fc70d76788f4969801a5c5ecafdbd4015277b556.tar.bz2 zsh-fc70d76788f4969801a5c5ecafdbd4015277b556.zip |
Merge pull request #2053 from fluxrad/mosh
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 |