mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge 4144f4beea into 7b6b6f1d92
This commit is contained in:
commit
76ad8874ad
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