dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

gbl (146B) [raw]


      1 #!/bin/sh
      2 # git blame, in acme!
      3 file=${1:-$samfile}
      4 git blame --date="short" "$file" | plumb -i -d edit -a "action=showdata filename=$file:BLAME"