Add groovy module

This commit is contained in:
Pavel Chernykh 2015-07-09 12:56:25 +03:00
parent f2a826e963
commit 10a8bc2438
3 changed files with 33 additions and 0 deletions

View file

@ -72,6 +72,11 @@ GPG
Provides for an easier use of GPG by setting up gpg-agent.
Groovy
------
Loads the Groovy enVironment Manager
Haskell
-------

15
modules/groovy/README.md Normal file
View file

@ -0,0 +1,15 @@
[Groovy][1]
===========
Loads the [Groovy enVironment Manager][2]
Authors
-------
*The authors of this module should be contacted via the [issue tracker][3].*
- [Pavel Chernykh](https://github.com/pavel-v-chernykh)
[1]: http://groovy-lang.org
[2]: http://gvmtool.net/
[3]: https://github.com/sorin-ionescu/prezto/issues

13
modules/groovy/init.zsh Normal file
View file

@ -0,0 +1,13 @@
#
# Loads the Groovy enVironment Manager
#
# Authors:
# Pavel Chernykh <pavel.v.chernykh@gmail.com>
#
#
# Load manually installed the Groovy enVironment Manager
#
if [[ -s "$HOME/.gvm/bin/gvm-init.sh" ]]; then
source "$HOME/.gvm/bin/gvm-init.sh"
fi