diff options
Diffstat (limited to 'plugins/ros/README.mkd')
-rw-r--r-- | plugins/ros/README.mkd | 10 |
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) +``` + |