mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-16 10:50:07 +00:00
7 lines
144 B
Bash
7 lines
144 B
Bash
fpath=($ZSH/plugins/bundler $fpath)
|
|
autoload -U compinit
|
|
compinit -i
|
|
|
|
alias be="bundle exec"
|
|
alias bi="bundle install"
|
|
alias bu="bundle update"
|