lilac/repo/rbenv/rbenv.install

11 lines
321 B
Plaintext
Raw Normal View History

2023-05-15 07:01:17 +00:00
post_install() {
echo 'Your shell must be initialized before rbenv will function correctly.'
echo 'Run the following, and consider adding it to your ~/.bashrc:'
echo ' eval "$(rbenv init -)"'
}
post_remove() {
echo 'Remove the following from your ~/.bashrc, if present:'
echo ' eval "$(rbenv init -)"'
}