1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 15:49:09 +00:00

[Fix #115] Add documentation for ruby

This commit is contained in:
Sorin Ionescu
2012-06-12 21:02:14 -04:00
parent c4c6d47e0a
commit 86d0086b56
2 changed files with 72 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#
# Configures Ruby gem installation and loads rvm/rbenv.
# Configures Ruby local gem installation, loads version managers, and defines
# aliases.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
# Authors: Sorin Ionescu <sorin.ionescu@gmail.com>
#
# Load RVM into the shell session.
@@ -32,6 +32,8 @@ else
fi
# Aliases
# Bundler
alias b='bundle'
alias be='b exec'
alias bi='b install --path vendor/bundle'