commit a763e908c70534742538d5481df96cfa76b4a698
parent 8ebfb19506d5d995696d79be099dfb107254cf63
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 14 Nov 2025 15:33:41 +0900
jj: use l alias for one-line log
Most of the time I want one-line logs. This updates the `jj l` alias to
point the the one-line template and drops the `jj lol` alias altogether.
If I want the default log format, I can run `jj log`.
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.config/jj/config.toml b/.config/jj/config.toml
@@ -5,8 +5,7 @@ name = "Chris Bracken"
email = "chris@bracken.jp"
[aliases]
-l = ["log"]
-lol = ["log", "-T", "fmt_lol"]
+l = ["log", "-T", "fmt_lol"]
[colors]
"committer timestamp" = "cyan"