all repos — dotfiles @ 7c2bd86a4dfe09222865e5e11f5790d211bc13c5

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