mirror of https://github.com/bjeanes/dotfiles.git
4 lines
41 B
Fish
4 lines
41 B
Fish
|
function gd
|
||
|
git diff $argv | mate;
|
||
|
end
|