1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00
dotfiles/rvm/rvmrc

17 lines
643 B
Text
Raw Normal View History

2014-02-02 11:17:11 +01:00
################################################################################
# .rvmrc -- configuration file for [rvm](https://rvm.io/)
# _ ____ ___ __ ___ _ __ ___
# | '__\ \ / / '_ ` _ \| '__/ __|
# _| | \ V /| | | | | | | | (__
# (_)_| \_/ |_| |_| |_|_| \___|
#
################################################################################
# rvm --default use system
# Ignore gem configuration warnings (--user-install is the default in archlinux)
export rvm_ignore_gemrc_issues=1
# Auto update RVM
export rvm_autoupdate_flag=2