summaryrefslogtreecommitdiff
path: root/plugins/bundler
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2011-02-21 22:05:56 -0800
committerRobby Russell <robby@planetargon.com>2011-02-21 22:05:56 -0800
commit746a10368acd38d80cd35c2b97202a9187d58a05 (patch)
tree6c4d99bc35614606f4d94782c22b99d77136786c /plugins/bundler
parent4ef3bb4847de4d9d665b6eea74e1fc51a1d2d838 (diff)
parent6b610d7dd80ab6cf1142bc615931c17c41395f00 (diff)
downloadzsh-746a10368acd38d80cd35c2b97202a9187d58a05.tar.gz
zsh-746a10368acd38d80cd35c2b97202a9187d58a05.tar.bz2
zsh-746a10368acd38d80cd35c2b97202a9187d58a05.zip
Merge branch 'master' of https://github.com/myronmarston/oh-my-zsh into myronmarston-master
Diffstat (limited to 'plugins/bundler')
-rw-r--r--plugins/bundler/bundler.plugin.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/bundler/bundler.plugin.zsh b/plugins/bundler/bundler.plugin.zsh
new file mode 100644
index 000000000..fb40e2cec
--- /dev/null
+++ b/plugins/bundler/bundler.plugin.zsh
@@ -0,0 +1,3 @@
+alias be="bundle exec"
+alias bi="bundle install"
+alias bu="bundle update"