Update diff command
This commit is contained in:
parent
47ee208fa3
commit
17d5888ac8
@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
git status | awk '/modified/ { print $2 }' | fzf --preview \
|
||||
'git diff --color=always {}'
|
||||
git ls-files --modified | fzf --preview 'git diff --color=always {}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user