+4
-1
config/jj/config.toml
+4
-1
config/jj/config.toml
···
20
20
sign-on-push = true
21
21
auto-local-bookmark = true
22
22
private-commits = "private()"
23
-
# push-bookmark-prefix = "olexsmir/"
24
23
25
24
[aliases]
26
25
l = ["log", "-r", "ancestors(reachable(@, mutable()), 3)"]
···
52
51
[fix.tools.gleam]
53
52
command = ["gleam", "format", "--stdin"]
54
53
patterns = ["glob:'**/*.gleam'"]
54
+
55
+
[fix.tools.shfmt]
56
+
command = ["shfmt"]
57
+
patterns = ["glob:'**/*.sh'"]