Last active
September 29, 2015 11:47
-
-
Save atomsfat/1595690 to your computer and use it in GitHub Desktop.
linux profile for java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /etc/profile | |
| export GROOVY_HOME='/opt/groovy/groovy-1.8.0' | |
| export PATH=$PATH:/opt/grails:$GROOVY_HOME/bin | |
| export GRAILS_HOME='/opt/grails/grails-1.3.4' | |
| export JAVA_HOME='/opt/java/jdk1.6.0_25' | |
| export NODE_PATH=/opt/node:/opt/node/lib/node_modules | |
| export GRADLE_HOME=/opt/gradle/gradle-1.0-milestone-6 | |
| export PATH=$PATH:$GRADLE_HOME/bin | |
| alias psg='ps -fea | grep $@' | |
| alias hsg='history | grep $@' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment