mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add tab completion to bundler plugin.
This commit is contained in:
parent
746a10368a
commit
4144f4beea
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 bu="bundle update"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue