mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-04-22 16:11:50 -04:00
Add gvm script to start of path on init.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user