fish: functions: Add aliases for git difftool

This commit is contained in:
Sanchayan Maity 2022-01-04 19:24:47 +05:30
parent 287798ad1f
commit 22b9c09391
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function gdk
git difftool --tool=kitty $argv
end

View File

@ -0,0 +1,3 @@
function gdt
git difftool $argv
end