jj: use difftastic by default. add more aliases for convenience

This commit is contained in:
Daniel Lundin 2024-08-07 12:22:47 +02:00
parent 5868da6c29
commit abb479c2cd
No known key found for this signature in database
2 changed files with 35 additions and 8 deletions
files/config/fish

View file

@ -23,7 +23,9 @@ end
function vcs_status
if __jj_in_repo
jj status --ignore-working-copy
jj status
echo
jj log --limit=20 -T builtin_log_comfortable -r "(main..@) | (main..@)-"
else
git status -sb
end