Skip to content

Commit

Permalink
Removed osx specific bash functions
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoremac committed Jan 13, 2015
1 parent d076845 commit 9dd97a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .bash_exports
Original file line number Diff line number Diff line change
Expand Up @@ -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)
export LD_LIBRARY_PATH=`pwd`
4 changes: 0 additions & 4 deletions .bash_function
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
6 changes: 6 additions & 0 deletions .bash_local.osx.bk
Original file line number Diff line number Diff line change
@@ -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)
}

0 comments on commit 9dd97a2

Please sign in to comment.