From 91032066bf854805f2739c00c3299fc90556c7f8 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 5 Sep 2014 00:29:47 -0400 Subject: [PATCH] Remove Boxen things for now Trying Mac without boxen...for now --- .zshrc | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.zshrc b/.zshrc index c7bd3b9..50c2a33 100644 --- a/.zshrc +++ b/.zshrc @@ -7,8 +7,8 @@ ZSH_THEME="atomaka" # gnzh, candy, crunch, geoffgarside, macovsky PATH="$HOME/bin:$PATH" if [[ "$OSTYPE" == darwin* ]]; then - PATH="/opt/boxen/homebrew/opt/coreutils/libexec/gnubin:$PATH" - MANPATH="/opt/boxen/homebrew/apt/coreutils/libexec/gnubin:$MANPATH" + PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH" + MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH" fi # add path to newer bins on cse servers (github/rmblair) @@ -58,10 +58,6 @@ fi export EDITOR='vim' # init rbenv -if [[ "$OSTYPE" == darwin* ]]; then - source /opt/boxen/env.sh -else - if test -d "$HOME/.rbenv/bin" ; then - eval "$(rbenv init -)" - fi +if test -d "$HOME/.rbenv/bin" ; then + eval "$(rbenv init -)" fi