summarylogtreecommitdiffstats
path: root/antigen.install
blob: fffb7f8727208440ac3ebccdf118bb2456035f70 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "== To use antigen, include the following line in your .zshrc: ==
    source /usr/share/zsh/share/antigen.zsh"
}

post_upgrade() {
    echo "== To use antigen, include the following line in your .zshrc: ==
    source /usr/share/zsh/share/antigen.zsh"
}