summarylogtreecommitdiffstats
path: root/fasd-git.install
blob: 5a76ae1d838e7c69a7876146c7057c9f16e27e17 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
        cat <<EOF

==> To use, run the following: eval "\$(fasd --init auto)"
==>
==> You should also put the above in your shell rc file. For additional
==> initialization options, see the install directions at the following
==> url: https://github.com/clvv/fasd

EOF
}