1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 20:40:32 +01:00

Improve Ruby set-up.

This commit is contained in:
2019-01-25 15:41:21 +01:00
parent fed54cf38a
commit f43da0f256
4 changed files with 10 additions and 12 deletions

3
ruby/.bundle/config Normal file
View File

@@ -0,0 +1,3 @@
---
BUNDLE_PATH: "~/.gem"
BUNDLE_AUTO_INSTALL: "true"