0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-12 04:01:14 +02:00
ohmyzsh/plugins/mosh
2018-10-04 23:41:34 +02:00
..
mosh.plugin.zsh Add support for mosh (remote-shell) tab completion. 2013-08-19 16:28:09 -06:00
README.md Add READMEs to plugins: yum, mosh, themes (#7229) 2018-10-04 23:41:34 +02:00

Mosh Plugin

This plugin allows SSH tab completion for mosh hostnames.

To use it, add mosh to the plugins array in your zshrc file:

plugins=(... mosh)