summarylogtreecommitdiffstats
path: root/caniuse-plugin-zsh-git.install
blob: fe30a1b33c7087756c31cc12aad8c18ad0399c20 (plain)
1
2
3
4
5
6
post_install() {
  cat << EOF
To activate caniuse, add it to your oh-my-zsh plugins array in your ~/.zshrc:
    plugins=(... caniuse ...)
EOF
}