1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-01-02 16:44:46 +01:00

Merge pull request #225 from Soliah/plugin-bundler

Add tab completion to bundler plugin
This commit is contained in:
Robby Russell
2011-10-10 05:26:28 -07:00
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"