mirror of
https://github.com/dcarrillo/prezto.git
synced 2025-06-14 20:41:44 +00:00
Added or edited file headers.
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
#
|
||||
# Configures Ruby gem installation and loads rvm/rbenv.
|
||||
#
|
||||
# Authors:
|
||||
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
||||
#
|
||||
|
||||
# Install local gems according to Mac OS X conventions.
|
||||
if [[ "$OSTYPE" == darwin* ]]; then
|
||||
export GEM_HOME="$HOME/Library/Ruby/Gems/${$(ruby --version)[6,8]}"
|
||||
|
Reference in New Issue
Block a user