]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/mosh/README.md
initial
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / mosh / README.md
1 # Mosh Plugin
2
3 This plugin allows SSH tab completion for [mosh](https://mosh.org/) hostnames.
4
5 To use it, add `mosh` to the plugins array in your zshrc file:
6
7 ```
8 plugins=(... mosh)
9 ```