Makes diffs more readable with syntax highlighting and improved formatting
Good-lookin' diffs with diff-highlight and more
diff-so-fancy$ git diff | diff-so-fancy$ diff -u file1.txt file2.txt | diff-so-fancy$ git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"