Updates for boxen

This commit is contained in:
Andrew Tomaka 2013-08-22 01:35:40 -04:00
parent 67385f1b25
commit 1d79c7494b

9
.zshrc
View file

@ -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