summarylogtreecommitdiffstats
path: root/cdf.install
blob: 1bd33cf370e7223d543c9894d48684cf357cb19f (plain)
1
2
3
4
5
post_install() {
  echo "To enable shell integration for cdf, add the following to your shell config:"
  echo "For Bash, add to ~/.bashrc: eval \"\$(cdf shell bash)\""
  echo "For Fish, add to ~/.config/fish/config.fish: cdf shell fish | source"
}