dotfiles/fish/.config/fish/functions/gd.fish

4 lines
35 B
Fish

function gd
git diff $argv
end