Skip to content

Instantly share code, notes, and snippets.

@atomsfat
Last active September 29, 2015 11:47
Show Gist options
  • Save atomsfat/1595690 to your computer and use it in GitHub Desktop.
Save atomsfat/1595690 to your computer and use it in GitHub Desktop.
linux profile for java
/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