mirror of
https://github.com/xzeldon/dotfiles-wsl2.git
synced 2025-04-10 06:47:11 +03:00
4 lines
102 B
Fish
4 lines
102 B
Fish
function gdv -w "git diff -w" -d "Pipe `git diff` to `view` command"
|
|
git diff -w $argv | view -
|
|
end
|