diff options
author | Myron Marston <myron.marston@gmail.com> | 2011-02-15 11:27:25 -0800 |
---|---|---|
committer | Myron Marston <myron.marston@gmail.com> | 2011-02-15 11:27:25 -0800 |
commit | 6b610d7dd80ab6cf1142bc615931c17c41395f00 (patch) | |
tree | 9d279a01a05cb9abf87d6f7d5b730fa14beac164 | |
parent | 01b0366f3e27cf30f3882870100f14625fc267d1 (diff) | |
download | zsh-6b610d7dd80ab6cf1142bc615931c17c41395f00.tar.gz zsh-6b610d7dd80ab6cf1142bc615931c17c41395f00.tar.bz2 zsh-6b610d7dd80ab6cf1142bc615931c17c41395f00.zip |
Add bundler plugin with aliases.
-rw-r--r-- | plugins/bundler/bundler.plugin.zsh | 3 |
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" |