summaryrefslogtreecommitdiff
path: root/plugins/ros/README.mkd
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2019-02-15 10:51:57 -0700
committerTuowen Zhao <ztuowen@gmail.com>2019-02-15 10:51:57 -0700
commitfb141c2257f648cd29b64cbd3f2ca9123f6e427f (patch)
treea7e56fe7edad0e231aaa4ff0f6f74ce0bad1d368 /plugins/ros/README.mkd
parent89c9e8a7bc177d4cff6ba8d28cf6b57a9a603095 (diff)
parent965a27aa69b49f4e447bcaae913e71a010f7d141 (diff)
downloadzsh-fb141c2257f648cd29b64cbd3f2ca9123f6e427f.tar.gz
zsh-fb141c2257f648cd29b64cbd3f2ca9123f6e427f.tar.bz2
zsh-fb141c2257f648cd29b64cbd3f2ca9123f6e427f.zip
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/ros/README.mkd')
-rw-r--r--plugins/ros/README.mkd10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/ros/README.mkd b/plugins/ros/README.mkd
new file mode 100644
index 000000000..83573e499
--- /dev/null
+++ b/plugins/ros/README.mkd
@@ -0,0 +1,10 @@
+# Roswell Plugin
+
+This plugin adds completions and aliases for [Roswell](https://github.com/roswell/roswell/).
+
+To use it, add `ros` to the plugins array in your zshrc file:
+
+```zsh
+plugins=(... ros)
+```
+