Skip to content

Commit

Permalink
Add /usr/local/bin:$PATH to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
mischah committed Dec 19, 2014
1 parent 5ae599e commit 44fae96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .exports
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ export LIFERAY_HOME="/Users/mkuehnel/Runtimes/liferay-portal-6.1_20_EE"
#export JAVA_HOME=`/usr/libexec/java_home -v '1.6*'`
export JAVA_HOME=`/usr/libexec/java_home -v '1.7*'`
#export JAVA_HOME=`/usr/libexec/java_home -v '1.8*'`

# Prefer Homebrew Git over Apples
export PATH=/usr/local/bin:$PATH

0 comments on commit 44fae96

Please sign in to comment.