all repos

dotfiles @ 5a62d96

i use rach linux btw
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
                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'"]