diff options
author | Robby Russell <robby@planetargon.com> | 2011-02-21 22:05:56 -0800 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2011-02-21 22:05:56 -0800 |
commit | 746a10368acd38d80cd35c2b97202a9187d58a05 (patch) | |
tree | 6c4d99bc35614606f4d94782c22b99d77136786c /plugins/bundler | |
parent | 4ef3bb4847de4d9d665b6eea74e1fc51a1d2d838 (diff) | |
parent | 6b610d7dd80ab6cf1142bc615931c17c41395f00 (diff) | |
download | zsh-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.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" |