summarylogtreecommitdiffstats
path: root/gitstatus.install
blob: 8c04f871758f65dc357a5d4b41b992c251ba2dd1 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
  echo ">>> To activate gitstatus in Bash, add the following line to .bashrc:"
  echo ">>>   source /usr/share/gitstatus/gitstatus.prompt.sh"
  echo ">>> To activate gitstatus in Zsh, add the following line to .zshrc:"
  echo ">>>   source /usr/share/gitstatus/gitstatus.prompt.zsh"
} 

post_upgrade() {
  post_install
}