dotfiles/fish/.config/fish/functions/gdk.fish

4 lines
51 B
Fish
Raw Normal View History

function gdk
git difftool --tool=kitty $argv
end