From 1d79c7494b060b0f2996423286dc4450a90044f1 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 22 Aug 2013 01:35:40 -0400 Subject: [PATCH] Updates for boxen --- .zshrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.zshrc b/.zshrc index baff07a..f5a4083 100644 --- a/.zshrc +++ b/.zshrc @@ -8,8 +8,8 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="kphoen" if [[ "$OSTYPE" == darwin* ]]; then - PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" - MANPATH="/usr/local/opt/coreutils/libexec/gnubin:$MANPATH" + PATH="/opt/boxen/homebrew/opt/coreutils/libexec/gnubin:$PATH" + MANPATH="/opt/boxen/homebrew/apt/coreutils/libexec/gnubin:$MANPATH" fi # List directory when changing (github/r00k) @@ -81,7 +81,8 @@ if [ $TERM="xterm" ]; then export TERM=xterm-256color fi -# tmuxinator export EDITOR='vim' -[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator +if [[ "$OSTYPE" == darwin* ]]; then + source /opt/boxen/env.sh +fi