summaryrefslogtreecommitdiffstats
path: root/zsh/oh-my-zsh/plugins/gas/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/oh-my-zsh/plugins/gas/README.md')
-rw-r--r--zsh/oh-my-zsh/plugins/gas/README.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/zsh/oh-my-zsh/plugins/gas/README.md b/zsh/oh-my-zsh/plugins/gas/README.md
deleted file mode 100644
index 47b3fb9..0000000
--- a/zsh/oh-my-zsh/plugins/gas/README.md
+++ /dev/null
@@ -1,10 +0,0 @@
-# Gas plugin
-
-This plugin adds autocompletion for the [gas](http://walle.github.com/gas) command,
-a utility to manage Git authors.
-
-To use it, add `gas` to the plugins array of your zshrc file:
-
-```zsh
-plugins=(... gas)
-```