Skip to content

Commit

Permalink
Added Boxen to replace homebrew and rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 3, 2013
1 parent 9da76a0 commit 6561e47
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions zsh/zshrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@ plugins=(git)
source $ZSH/oh-my-zsh.sh

# Customize to your needs...
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/local/MacGPG2/bin:/users/kirby/.rbenv/bin:/opt/local/bin:/usr/bin/puppet
[ -f /opt/boxen/env.sh ] && source /opt/boxen/env.sh

eval "$(rbenv init -)"
export PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/local/MacGPG2/bin:/opt/local/bin:/usr/bin/puppet

# eval "$(rbenv init -)"
. /sw/bin/init.sh

# Added for boxen
# [ -f /opt/boxen/env.sh ] && source /opt/boxen/env.sh
source /opt/boxen/env.sh

0 comments on commit 6561e47

Please sign in to comment.