From 1f7e4b1573cd86dc2a3eb1eb147a2a05e202c9a2 Mon Sep 17 00:00:00 2001 From: hellerve Date: Thu, 12 Mar 2015 12:15:40 +0100 Subject: [PATCH] Added alias for setting the jdk --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 7d1fc00..097e524 100644 --- a/zshrc +++ b/zshrc @@ -37,6 +37,7 @@ alias python="python3.4" alias pip2="/usr/local/bin/pip" alias pip="pip3" alias pypy="pypy3" +alias setjdk="launchctl setenv STUDIO_JDK /Library/Java/JavaVirtualMachines/jdk1.8.0_05.jdk" alias cdtan="cd ~/Documents/Code/Github/Detanglement/src/server/detanglement" alias cdpy="cd ~/Documents/Code/Github/AudioPython" alias cdl="cd ~/Documents/Code/Github/VetoLC"