blob: 4bbecf478cbe4ef6be7e89e5489f8cf48fe0b961 (
plain)
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)
```
|