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