mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-19 02:02:32 +01:00
Merge pull request #225 from Soliah/plugin-bundler
Add tab completion to bundler plugin
This commit is contained in:
commit
490177d48b
2 changed files with 86 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue