summarylogtreecommitdiffstats
path: root/zerobrew.install
blob: 91c7ba7deb09f837eceea40f47ea4625931f439a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    cat <<'EOF'
==> Shell completion support is available.

Append completion to your shell config:
  zb completion "$SHELL" >> ~/.$(basename "$SHELL")rc

Restart your shell or source the config file to apply changes.
EOF
}

post_upgrade() {
    post_install
}