jj: use difftastic by default. add more aliases for convenience
This commit is contained in:
parent
5868da6c29
commit
abb479c2cd
2 changed files with 35 additions and 8 deletions
files/config/fish
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue