Remove Boxen things for now
Trying Mac without boxen...for now
This commit is contained in:
parent
f949f3584c
commit
91032066bf
1 changed files with 4 additions and 8 deletions
12
.zshrc
12
.zshrc
|
@ -7,8 +7,8 @@ ZSH_THEME="atomaka" # gnzh, candy, crunch, geoffgarside, macovsky
|
||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/bin:$PATH"
|
||||||
|
|
||||||
if [[ "$OSTYPE" == darwin* ]]; then
|
if [[ "$OSTYPE" == darwin* ]]; then
|
||||||
PATH="/opt/boxen/homebrew/opt/coreutils/libexec/gnubin:$PATH"
|
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
|
||||||
MANPATH="/opt/boxen/homebrew/apt/coreutils/libexec/gnubin:$MANPATH"
|
MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# add path to newer bins on cse servers (github/rmblair)
|
# add path to newer bins on cse servers (github/rmblair)
|
||||||
|
@ -58,10 +58,6 @@ fi
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
|
|
||||||
# init rbenv
|
# init rbenv
|
||||||
if [[ "$OSTYPE" == darwin* ]]; then
|
if test -d "$HOME/.rbenv/bin" ; then
|
||||||
source /opt/boxen/env.sh
|
eval "$(rbenv init -)"
|
||||||
else
|
|
||||||
if test -d "$HOME/.rbenv/bin" ; then
|
|
||||||
eval "$(rbenv init -)"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue