Skip to content

Commit

Permalink
New Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
robmiller committed Oct 28, 2015
1 parent 3bddf4c commit 0975b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export EDITOR='vim'

[[ -e $HOME/dotfiles/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh ]] && source $HOME/dotfiles/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh

export JAVA_HOME=`/usr/libexec/java_home -v 1.6`
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

DEFAULT_PATH=$PATH

Expand Down

0 comments on commit 0975b1f

Please sign in to comment.