]> src.twobees.de Git - dotfiles.git/blobdiff - stow/oh-my-zsh/.oh-my-zsh/plugins/grails/README.md
rm oh-my-zsh
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / grails / README.md
diff --git a/stow/oh-my-zsh/.oh-my-zsh/plugins/grails/README.md b/stow/oh-my-zsh/.oh-my-zsh/plugins/grails/README.md
deleted file mode 100644 (file)
index 5d9ebd7..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# Grails plugin
-
-This plugin adds completion for the [Grails 2 CLI](https://grails.github.io/grails2-doc/2.5.x/guide/commandLine.html)
-
-To use it, add `grails` to the plugins array in your zshrc file:
-
-```zsh
-plugins=(... grails)
-```
-
-It looks for scripts in the following paths:
-
-- `$GRAILS_HOME/scripts`
-- `~/.grails/scripts`
-- `./scripts`
-- `./plugins/*/scripts`