fish: functions/gdt: Disable pager for default difftool

Now that we enable pager for difftool by default, we need to disable
it when using the default difftool which is neovim.
This commit is contained in:
Sanchayan Maity 2023-01-13 15:20:28 +05:30
parent 97700eecc8
commit b31f41f8cb
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 1 additions and 1 deletions

View File

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