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
0858eae3a123a512ec3049de4874c0a2a79d9fc8
0858eae3a123a512ec3049de4874c0a2a79d9fc8
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"