1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-04-22 22:33:29 +02:00

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