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