This commit is contained in:
GitHub Merge Button 2011-10-10 05:24:44 -07:00
commit 76ad8874ad
2 changed files with 86 additions and 0 deletions

View file

@ -1,3 +1,7 @@
fpath=($ZSH/plugins/bundler $fpath)
autoload -U compinit
compinit -i
alias be="bundle exec"
alias bi="bundle install"
alias bl="bundle list"