summarylogtreecommitdiffstats
path: root/zsh-timer-git.install
blob: cab98445efd6b9cbb6d5cb49bd5be0bd434cf021 (plain)
1
2
3
4
5
6
post_install() {
    cat << EOF
To activate this plugin add the following line to your sources section in ~/.zshrc:
    source /usr/share/zsh/plugins/zsh-timer/timer.plugin.zsh
EOF
}