From 86d4b88aca3a4dbc3d45c3424bf65d648a92fc8e Mon Sep 17 00:00:00 2001 From: Ian Chesal Date: Thu, 8 Mar 2012 00:06:17 -0500 Subject: [PATCH] Merge changes from my work machine's .zshrc file --- my.zshrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/my.zshrc b/my.zshrc index a69318bdc..5546c8467 100644 --- a/my.zshrc +++ b/my.zshrc @@ -1,5 +1,5 @@ # Path to your oh-my-zsh configuration. -ZSH=$HOME/.oh-my-zsh +export ZSH=$HOME/.oh-my-zsh # Set name of the theme to load. # Look in ~/.oh-my-zsh/themes/ @@ -29,9 +29,11 @@ DISABLE_AUTO_UPDATE="true" # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) -plugins=(git brew github history-substring-search osx python perl svn terminalapp textmate axefx sublime-text-2) +plugins=(cpanm git brew github gradle history-substring-search osx python perl svn terminalapp textmate axefx sublime-text-2 mactex) source $ZSH/oh-my-zsh.sh # Customize to your needs... export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin + +export JAVA_HOME=/Library/Java/Home