Browse Source

add rbenv to bash_profile

Taylor Bockman 4 years ago
parent
commit
2e7cd725f7
  1. 1
      dotfiles/bash/bash_profile

1
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

Loading…
Cancel
Save