vcs: Fix git program structure

This commit is contained in:
Marty Oehme 2024-09-19 11:03:36 +02:00
parent 98bfbca738
commit f6b1c5ff2e
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
4 changed files with 1 additions and 1 deletions

View file

@ -15,7 +15,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" "vcs/git/config" = "~/.config"
"vcs/jj" = "~/.config" "vcs/jj" = "~/.config"
"vcs/gitignore/config" = "~/.config" "vcs/gitignore/config" = "~/.config"
"vcs/gitignore/local" = "~/.local" "vcs/gitignore/local" = "~/.local"