]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/ros/README.md
83573e4994f6b8c2a3c7ee7d3bc8b0dc4667cf31
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / ros / README.md
1 # Roswell Plugin
2
3 This plugin adds completions and aliases for [Roswell](https://github.com/roswell/roswell/).
4
5 To use it, add `ros` to the plugins array in your zshrc file:
6
7 ```zsh
8 plugins=(... ros)
9 ```
10