dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit cf9ada077200808f2e4fcab0887a2c88d076369e
parent d20b64f12b48a6f279f210f886d97911cc1c709f
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu,  4 Dec 2025 13:45:45 +0900

Use git diff format by default

Diffstat:
M.config/jj/config.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/jj/config.toml b/.config/jj/config.toml @@ -8,6 +8,9 @@ email = "chris@bracken.jp" l = ["log", "-T", "fmt_lol", "-r", "ancestors(trunk() | mutable(), 3)"] ll = ["log", "-T", "fmt_lol", "-r", "::"] +[ui] +diff-formatter = ":git" + [template-aliases] # 1. Define the content format fmt_lol_content = '''