vcs: Fix jj program structure
This commit is contained in:
parent
f6b1c5ff2e
commit
fee876b87f
3 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ sh = "~"
|
|||
[vcs.files]
|
||||
"vcs/README.md" = { target = "~/NOWHERE", type = "symbolic", if = "false" }
|
||||
"vcs/git/config" = "~/.config"
|
||||
"vcs/jj" = "~/.config"
|
||||
"vcs/jj/config" = "~/.config"
|
||||
"vcs/gitignore/config" = "~/.config"
|
||||
"vcs/gitignore/local" = "~/.local"
|
||||
vcs = "~"
|
||||
|
|
|
@ -3,7 +3,7 @@ email = "marty.oehme@gmail.com"
|
|||
name = "Marty Oehme"
|
||||
|
||||
[signing]
|
||||
sign-all = true
|
||||
sign-all = false
|
||||
backend = "gpg"
|
||||
key = "73BA40D5AFAF49C9"
|
||||
|
Loading…
Reference in a new issue