1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-26 21:10:31 +01:00

Add ruby configuration.

This configuration should cause Ruby gems to be installed somewhat
consistently across my machines, and always in the  home directory.
This commit is contained in:
Bert Peters
2016-11-27 17:23:25 +01:00
parent 56cc2b2941
commit c6d75a2a21
3 changed files with 14 additions and 1 deletions

2
gem/.config/gem/gemrc Normal file
View File

@@ -0,0 +1,2 @@
gem: --no-ri --no-rdoc --user-install
update_sources: true