summarylogtreecommitdiffstats
path: root/apw.install
blob: e1bd0c3ed4db5354d45da157090427cf308405ce (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo "==== apw Recommended Setup ===="
    echo "1. Run 'apw init'"
    echo "2. Add the following to your .bashrc or .zshrc file:"
    echo $"   if [[ \$- == *i* ]]"
    echo $"   then"
    echo $"       apw"
    echo $"   fi"
}