mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Add bundler plugin with aliases.
This commit is contained in:
parent
8166a6386a
commit
613e3773a9
1 changed files with 3 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue