Skip to content

Instantly share code, notes, and snippets.

@RichoDemus
Created December 29, 2015 16:31
Show Gist options
  • Save RichoDemus/5b75d34af9878776f04b to your computer and use it in GitHub Desktop.
Save RichoDemus/5b75d34af9878776f04b to your computer and use it in GitHub Desktop.
Some profile stuff
export JAVA_HOME="/opt/java/jdk1.8.0_65"
export M2_HOME="/opt/maven/apache-maven-3.3.3"
PATH="$JAVA_HOME/bin:$PATH"
PATH="$M2_HOME/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment