mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
Add bundler plugin with aliases.
This commit is contained in:
parent
01b0366f3e
commit
6b610d7dd8
3
plugins/bundler/bundler.plugin.zsh
Normal file
3
plugins/bundler/bundler.plugin.zsh
Normal file
@ -0,0 +1,3 @@
|
||||
alias be="bundle exec"
|
||||
alias bi="bundle install"
|
||||
alias bu="bundle update"
|
Loading…
Reference in New Issue
Block a user