]> git.phdru.name Git - dotfiles.git/blobdiff - .gitconfig
.screenrc: Update from Debian system /etc/screenrc
[dotfiles.git] / .gitconfig
index 478bd4abf23d26d047beca5803ddec52eb9b6451..11205f98f4a9904a7d320b94fee8d2523cbeeff7 100644 (file)
        checkin = commit
        ci = commit
        cat = cat-file -p
+       dh = "!f() { git -c color.diff=always diff \"$@\" | perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight | less; }; f"
        dir = rev-parse --git-dir
        dump = cat-file -p
        file = cat-file -t
        type = cat-file -t
        ff = merge --ff-only
-       git = !git
+       git = !exec git
        l1 = log --decorate --oneline
        l5 = log --decorate -5
        ld = log --decorate