aboutsummaryrefslogtreecommitdiff
path: root/.oh-my-zsh/plugins/ros/README.mkd
diff options
context:
space:
mode:
Diffstat (limited to '.oh-my-zsh/plugins/ros/README.mkd')
-rw-r--r--.oh-my-zsh/plugins/ros/README.mkd10
1 files changed, 10 insertions, 0 deletions
diff --git a/.oh-my-zsh/plugins/ros/README.mkd b/.oh-my-zsh/plugins/ros/README.mkd
new file mode 100644
index 0000000..83573e4
--- /dev/null
+++ b/.oh-my-zsh/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)
+```
+