Last Updated: February 25, 2016
·
2.145K
· kormie

Rbnv rehash and bundle at the same time

If you're like me and always forget to call rbenv rehash after bundling new gems, add this command to your .(bash|zsh)rc file

alias bundle='\bundle && rbenv rehash'

This way, you'll never be left wondering, "Why isn't that new gem working" ever again.

1 Response
Add your response