vcs: Add aliases for jj

This commit is contained in:
Marty Oehme 2024-09-18 17:46:05 +02:00
parent bcd93eb237
commit bfb4fadee0
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 31 additions and 1 deletions

View file

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