summarylogtreecommitdiffstats
path: root/antigen.install
blob: b521cec67faf6e48b133a9aa72f78189e3175e28 (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"
}