Created
October 21, 2013 13:05
-
-
Save asuraphel/7083553 to your computer and use it in GitHub Desktop.
~/.bash_rc
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
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* | |
JAVA_HOME=/usr/local/java/jdk1.7.0-openjdk-amd64 | |
PATH=$PATH:$HOME/bin:$JAVA_HOME/bin | |
JRE_HOME=/usr/local/java/jre1.7.0-openjdk-amd64 | |
PATH=$PATH:$HOME/bin:$JRE_HOME/bin | |
export JAVA_HOME | |
export JRE_HOME | |
export PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment