Update diff command

This commit is contained in:
samedamci 2021-08-31 11:36:56 +02:00
parent 47ee208fa3
commit 17d5888ac8
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -1,4 +1,3 @@
#!/bin/sh #!/bin/sh
git status | awk '/modified/ { print $2 }' | fzf --preview \ git ls-files --modified | fzf --preview 'git diff --color=always {}'
'git diff --color=always {}'