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
Ohmyzsh
746a10368acd38d80cd35c2b97202a9187d58a05
746a10368acd38d80cd35c2b97202a9187d58a05
Switch branch/tag
ohmyzsh
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"