Skip to content

Commit 4222586

Browse files
committed
Add support for rbenv
1 parent 7114b72 commit 4222586

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

files/.gitignore_global

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
tags
22
.python-version
33
.node-version
4+
.ruby-version
45
.projections.json
56
.DS_Store

provision/darwin/brew.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ pkgs=(
77
pyenv
88
pyenv-virtualenv
99
nodenv
10+
rbenv
1011
ruby
1112
git
1213
git-flow

sources/.exports

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ eval "$(pyenv virtualenv-init -)"
4848

4949
# nodenv
5050
eval "$(nodenv init - --no-rehash)"
51+
52+
# rbenv
53+
eval "$(rbenv init - --no-rehash)"

0 commit comments

Comments
 (0)