Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
8d18844a4bdcb7e0f2cc3e9be09cf504c001db71
8d18844a4bdcb7e0f2cc3e9be09cf504c001db71
Switch branch/tag
oh-my-zsh
plugins
bundler
bundler.plugin.zsh
Find file
Normal view
History
Permalink
bundler.plugin.zsh
74 Bytes
Edit
Web IDE
Newer
Older
Add bundler plugin with aliases.
Myron Marston
committed
Feb 15, 2011
1
2
3
alias
be
=
"bundle exec"
alias
bi
=
"bundle install"
alias
bu
=
"bundle update"