parent
f2a826e963
commit
10a8bc2438
@ -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…
Reference in new issue