Rename some plugin READMEs for consistency

This commit is contained in:
Marc Cornellà 2019-12-27 02:37:27 +01:00
commit 67b5bfaaa3
3 changed files with 0 additions and 0 deletions

10
plugins/ros/README.md Normal file
View file

@ -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)
```