summaryrefslogtreecommitdiff
path: root/plugins/bundler/bundler.plugin.zsh
diff options
context:
space:
mode:
authorRoman Kamyk <roman.kamyk@gmail.com>2011-02-22 09:53:26 +0100
committerRoman Kamyk <roman.kamyk@gmail.com>2011-02-22 09:53:26 +0100
commitdccfdf7dbf707b2e860fde1b6540e66ec6bda207 (patch)
tree498dc5f04c700661b111686ec98a67ef684786e8 /plugins/bundler/bundler.plugin.zsh
parent48ab2ad6e261fc30caa7fe17bd4d3435100c7f3d (diff)
parent746a10368acd38d80cd35c2b97202a9187d58a05 (diff)
downloadzsh-dccfdf7dbf707b2e860fde1b6540e66ec6bda207.tar.gz
zsh-dccfdf7dbf707b2e860fde1b6540e66ec6bda207.tar.bz2
zsh-dccfdf7dbf707b2e860fde1b6540e66ec6bda207.zip
Merge branch 'master' of http://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/bundler/bundler.plugin.zsh')
-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"