summarylogtreecommitdiffstats
path: root/emoji-cli-git.install
blob: 33cb04af1b82337a5d2d89fa9cdcf415d1abf410 (plain)
1
2
3
4
5
6
post_install() {
  cat << EOF
To activate emoji-cli add the following line at the end of ~/.zshrc:
    source /usr/share/zsh/plugins/emoji-cli/emoji-cli.zsh
EOF
}