Skip to content

Commit

Permalink
adding bundler oh-my-zsh plugin and moving load path above zsh includ…
Browse files Browse the repository at this point in the history
…e so it uses proper version of git
  • Loading branch information
ryanb committed Jun 2, 2012
1 parent c7c437b commit 7710095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zshrc
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ ZSH_THEME="rbates"
DISABLE_AUTO_UPDATE="true"
DISABLE_LS_COLORS="true"

plugins=(git brew gem rbates)
plugins=(git bundler brew gem rbates)

export PATH="$HOME/.bin:/usr/local/bin:$PATH"

source $ZSH/oh-my-zsh.sh

# for Homebrew installed rbenv
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi

export PATH="$HOME/.bin:/usr/local/bin:$PATH"

0 comments on commit 7710095

Please sign in to comment.