Defaulting gems to not install with the ri docs

Is there a global config to prevent the installing of ri docs upon installing a new gem?

You can setup a .gemrc file in your home dir, I believe.

1 Like

And put these lines in the .gemrc:

install: --no-rdoc --no-ri
update: --no-rdoc --no-ri
2 Likes

Exactly :slight_smile: