mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add READMEs to plugins: yum, mosh, themes (#7229)
This commit is contained in:
parent
759f682088
commit
2cb7bc7357
3 changed files with 55 additions and 0 deletions
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)
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue