1
0
Fork 0

Add groovy module

pull/919/head
Pavel Chernykh 10 years ago
parent f2a826e963
commit 10a8bc2438

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

@ -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

@ -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
Loading…
Cancel
Save