From 2e7cd725f7807c13a882cc7aec77557ecfc7949c Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Wed, 15 Jul 2020 11:13:40 -0700 Subject: [PATCH] add rbenv to bash_profile --- dotfiles/bash/bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/bash/bash_profile b/dotfiles/bash/bash_profile index 393190e..47e69a4 100644 --- a/dotfiles/bash/bash_profile +++ b/dotfiles/bash/bash_profile @@ -8,3 +8,4 @@ export PATH="/usr/local/opt/openjdk/bin:$PATH" export PATH="/usr/local/opt/llvm/bin:$PATH" export PATH="/usr/local/opt/qt/bin:$PATH" export PATH="/usr/local/opt/tcl-tk/bin:$PATH" +if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi