lilac/repo/rbenv/rbenv.install
2023-05-15 16:09:35 +08:00

11 lines
321 B
Plaintext

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 -)"'
}