9 lines
126 B
Lua
9 lines
126 B
Lua
---@type SigilConfig
|
|
return {
|
|
target = {
|
|
linux = "~/.ssh",
|
|
mac = "/Users/thomasglopes/.ssh",
|
|
default = "~/.ssh",
|
|
},
|
|
}
|