I have rvemv installed but every time I close terminal I'm required to execute exec $SHELL for it to reload rvemv otherwise I get an error that rbemv is not installed. How can I fix this so I don't need to execute exec $SHELL?
This is also included in my .bashrc:
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)"