summarylogtreecommitdiffstats
path: root/diff-so-fancy-git.install
blob: 870d5ff39f89e0ecba33eeb65d7558d24ce0da2d (plain)
1
2
3
4
5
6
7
8
9
post_install() {
    echo
    echo "==> If you desire git-diff to use diff-so-fancy by default,"
    echo "==> set diff-so-fancy as your global pager with the following:"
    echo "==>     git config --global core.pager 'diff-so-fancy | less --tabs=1,5 -R'"
    echo "==> Or for one-off usage, use:"
    echo "==>     git diff --color | diff-so-fancy"
    echo
}