all repos

dotfiles @ 5a62d96

my dotfiles
1 files changed, 4 insertions(+), 1 deletions(-)
jj: add shfmt fix tool
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2025-09-13 15:27:49 +0300
Parent: 7f2e7b7
M config/jj/config.toml

@@ -20,7 +20,6 @@ colocate = true

sign-on-push = true auto-local-bookmark = true private-commits = "private()" -# push-bookmark-prefix = "olexsmir/" [aliases] l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"]

@@ -52,3 +51,7 @@

[fix.tools.gleam] command = ["gleam", "format", "--stdin"] patterns = ["glob:'**/*.gleam'"] + +[fix.tools.shfmt] +command = ["shfmt"] +patterns = ["glob:'**/*.sh'"]