.dotfiles/.config/fish/functions/gdv.fish

4 lines
102 B
Fish
Raw Normal View History

2024-10-21 20:46:27 +03:00
function gdv -w "git diff -w" -d "Pipe `git diff` to `view` command"
git diff -w $argv | view -
end