diff options
author | Aswath K <aswath.sana@gmail.com> | 2018-10-05 03:11:34 +0530 |
---|---|---|
committer | Marc Cornellà <marc.cornella@live.com> | 2018-10-04 23:41:34 +0200 |
commit | 2cb7bc7357ff70382bf15a775b534fd0fe559969 (patch) | |
tree | d928b2008d5b40806ba2319a35189b2a044aea48 /plugins/mosh | |
parent | 759f682088073f1df2665abc541fb8d77ff9c4db (diff) | |
download | zsh-2cb7bc7357ff70382bf15a775b534fd0fe559969.tar.gz zsh-2cb7bc7357ff70382bf15a775b534fd0fe559969.tar.bz2 zsh-2cb7bc7357ff70382bf15a775b534fd0fe559969.zip |
Add READMEs to plugins: yum, mosh, themes (#7229)
Diffstat (limited to 'plugins/mosh')
-rw-r--r-- | plugins/mosh/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/mosh/README.md b/plugins/mosh/README.md new file mode 100644 index 000000000..4bbecf478 --- /dev/null +++ b/plugins/mosh/README.md @@ -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) +``` |