8 lines
96 B
Lua
8 lines
96 B
Lua
---@type SigilConfig
|
|
return {
|
|
target = {
|
|
linux = "~/scripts",
|
|
default = "~/scripts",
|
|
},
|
|
}
|