This commit is contained in:
GitHub Merge Button 2012-01-09 20:57:04 -08:00
commit 157ee04b6d
3 changed files with 168 additions and 4 deletions

View file

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

View file

@ -80,6 +80,4 @@ alias x=extract
# add extract completion function to path
fpath=($ZSH/plugins/extract $fpath)
autoload -U compinit
compinit -i