fish: functions: Add aliases for git difftool
This commit is contained in:
parent
287798ad1f
commit
22b9c09391
2 changed files with 6 additions and 0 deletions
3
fish/.config/fish/functions/gdk.fish
Normal file
3
fish/.config/fish/functions/gdk.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function gdk
|
||||
git difftool --tool=kitty $argv
|
||||
end
|
3
fish/.config/fish/functions/gdt.fish
Normal file
3
fish/.config/fish/functions/gdt.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function gdt
|
||||
git difftool $argv
|
||||
end
|
Loading…
Reference in a new issue