diff options
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1188,7 +1188,7 @@ int main(int argc, const char **argv) { shell_run_no_prompt("git log --oneline %"); break; case 'd': - shell_run_no_prompt("git diff %"); + shell_run_no_prompt("git diff --color=always % | less -cr"); break; case 'c': shell_run_no_prompt("git add % && git commit %"); |
