diff --git a/.bash_exports b/.bash_exports index 92362e3..b09d305 100644 --- a/.bash_exports +++ b/.bash_exports @@ -41,7 +41,4 @@ export WORKON_HOME=~/Envs export PATH=/usr/local/bin:/usr/local/sbin:$PATH export PATH=$PATH:~/bin:/usr/local/go/bin export PATH=$PATH:/usr/local/share/npm/bin -export LD_LIBRARY_PATH=`pwd` - -# JAVA -export JAVA_HOME=$(/usr/libexec/java_home -v 1.8) \ No newline at end of file +export LD_LIBRARY_PATH=`pwd` \ No newline at end of file diff --git a/.bash_function b/.bash_function index 31b908f..7bd65f7 100644 --- a/.bash_function +++ b/.bash_function @@ -94,8 +94,4 @@ function unidecode() { function big() { find /home/cgandevia -type f -size +"$@"k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' -} - -function setjdk() { - export JAVA_HOME=$(/usr/libexec/java_home -v $1) } \ No newline at end of file diff --git a/.bash_local.osx.bk b/.bash_local.osx.bk new file mode 100644 index 0000000..660399c --- /dev/null +++ b/.bash_local.osx.bk @@ -0,0 +1,6 @@ +# JAVA +export JAVA_HOME=$(/usr/libexec/java_home -v 1.8) + +function setjdk() { + export JAVA_HOME=$(/usr/libexec/java_home -v $1) +} \ No newline at end of file