mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-07 16:00:41 +01:00
Add READMEs to plugins: yum, mosh, themes (#7229)
This commit is contained in:
9
plugins/mosh/README.md
Normal file
9
plugins/mosh/README.md
Normal file
@@ -0,0 +1,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)
|
||||
```
|
||||
Reference in New Issue
Block a user