Skip to content

Commit

Permalink
add mas support to update alias; update java 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
clairegriffin committed May 2, 2016
1 parent 4df3e83 commit 6468793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/claire.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ alias spotoff="sudo mdutil -a -i off"
alias spoton="sudo mdutil -a -i on"

# developer paths
JAVA7_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_72.jdk/Contents/Home
JAVA7_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_76.jdk/Contents/Home
JAVA8_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_74.jdk/Contents/Home
export JAVA_HOME=$JAVA8_HOME

Expand Down

0 comments on commit 6468793

Please sign in to comment.