summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyron Marston <myron.marston@gmail.com>2011-02-15 11:27:25 -0800
committerMyron Marston <myron.marston@gmail.com>2011-02-15 11:27:25 -0800
commit6b610d7dd80ab6cf1142bc615931c17c41395f00 (patch)
tree9d279a01a05cb9abf87d6f7d5b730fa14beac164
parent01b0366f3e27cf30f3882870100f14625fc267d1 (diff)
downloadzsh-6b610d7dd80ab6cf1142bc615931c17c41395f00.tar.gz
zsh-6b610d7dd80ab6cf1142bc615931c17c41395f00.tar.bz2
zsh-6b610d7dd80ab6cf1142bc615931c17c41395f00.zip
Add bundler plugin with aliases.
-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"