all repos — dotfiles @ 024ecf3c818ea7363dd8900fee3eef298fa294f2

my *nix dotfiles

darwin/fish/functions/gd.fish (view raw)

1# Defined in - @ line 1
2function gd --wraps='git diff --minimal' --description 'alias gd=git diff --minimal'
3  git diff --minimal $argv;
4end