summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/ros/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/ros/README.md')
-rw-r--r--zsh/oh-my-zsh/plugins/ros/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/zsh/oh-my-zsh/plugins/ros/README.md b/zsh/oh-my-zsh/plugins/ros/README.md
deleted file mode 100644
index 83573e4..0000000
--- a/zsh/oh-my-zsh/plugins/ros/README.md
+++ /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)
-```
-