Add gvm script to start of path on init.

This commit is contained in:
Marco Vermeulen
2012-09-12 22:57:43 +01:00
parent f2b6498337
commit 83ea97896d

View File

@@ -1,5 +1,7 @@
#!/bin/bash
PATH="$HOME/.gvm/bin:$PATH"
# add groovy to path
GROOVY_HOME="$HOME/.gvm/groovy/current"
if [ -L "$GROOVY_HOME" ]; then