diff options
Diffstat (limited to '.oh-my-zsh/plugins/ros/README.mkd')
-rw-r--r-- | .oh-my-zsh/plugins/ros/README.mkd | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.oh-my-zsh/plugins/ros/README.mkd b/.oh-my-zsh/plugins/ros/README.mkd deleted file mode 100644 index 83573e4..0000000 --- a/.oh-my-zsh/plugins/ros/README.mkd +++ /dev/null @@ -1,10 +0,0 @@ -# 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) -``` - |