1 2 3 4 5 6 7 8 9
post_install() { msg2 'Note: To enable bash-it, run: ~/.bash_it/install.sh' ~/.bash_it/install.sh --help >&2 } post_remove() { msg2 'Note: To complete removal, restore your' \ 'original `~/.bashrc` file from `~/.bashrc.bak`.' }