README.md 186 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
# Mosh Plugin

This plugin allows SSH tab completion for [mosh](https://mosh.org/) hostnames.

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

```
plugins=(... mosh)
```