mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 15:34:40 +01:00
4 lines
134 B
Text
4 lines
134 B
Text
# rbenv
|
|
test -d "$HOME/.rbenv/bin" && PATH="$HOME/.rbenv/bin:$PATH"
|
|
which rbenv 2>&1 >/dev/null && eval "$(rbenv init -)"
|
|
export PATH
|