summarylogtreecommitdiffstats
path: root/bash-it-git.install
blob: 39534b9102058795419c093774e1e98b168c4fb4 (plain)
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`.'
}