summarylogtreecommitdiffstats
path: root/kpt.install
blob: 6c2d6af3c32ecdcfaf975a35a505c0c21b881b52 (plain)
1
2
3
4
post_install() {
  echo "Run 'kpt --install-completion' to install bash completions"
  echo 'WARNING: This will modify your ~/.bashrc'
}