diff --git a/.bashrc b/.bashrc index 1a5b325..0177e63 100644 --- a/.bashrc +++ b/.bashrc @@ -33,5 +33,7 @@ fi [[ "$(type -t _todo)" == "function" ]] && complete -F _todo t [[ "$(type -t sps)" == "file" ]] && source <(sps completion bash) +[[ -d "$HOME/.rbenv/bin" ]] && export PATH="$HOME/.rbenv/bin:$PATH" && eval "$(rbenv init -)" + #exit with no error /bin/true