summarylogtreecommitdiffstats
path: root/spaceship-prompt-git.install
blob: 7ac2ddd36cd73b25138bcf9a98309351569e07d1 (plain)
1
2
3
4
5
post_install() {
    echo "Add these lines to your .zshrc to enable spaceship:
  autoload -U promptinit; promptinit
  prompt spaceship"
}