init ros plugin

This commit is contained in:
Z.Shang
2019-01-22 04:49:21 +11:00
parent 586ca16902
commit fcf1fe72c0
2 changed files with 74 additions and 0 deletions

10
plugins/ros/README.mkd 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)
```