.dotfiles/.config/fish/functions/gdv.fish
2026-02-23 22:20:58 +02:00

3 lines
102 B
Fish

function gdv -w "git diff -w" -d "Pipe `git diff` to `view` command"
git diff -w $argv | view -
end