vcs: Fix jj program structure

This commit is contained in:
Marty Oehme 2024-09-19 11:04:54 +02:00
parent f6b1c5ff2e
commit fee876b87f
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ sh = "~"
[vcs.files] [vcs.files]
"vcs/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" } "vcs/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
"vcs/git/config" = "~/.config" "vcs/git/config" = "~/.config"
"vcs/jj" = "~/.config" "vcs/jj/config" = "~/.config"
"vcs/gitignore/config" = "~/.config" "vcs/gitignore/config" = "~/.config"
"vcs/gitignore/local" = "~/.local" "vcs/gitignore/local" = "~/.local"
vcs = "~" vcs = "~"

View file

@ -3,7 +3,7 @@ email = "marty.oehme@gmail.com"
name = "Marty Oehme" name = "Marty Oehme"
[signing] [signing]
sign-all = true sign-all = false
backend = "gpg" backend = "gpg"
key = "73BA40D5AFAF49C9" key = "73BA40D5AFAF49C9"