8 lines
120 B
Lua
8 lines
120 B
Lua
return {
|
|
target = {
|
|
linux = "~/.config/tmux",
|
|
macos = "~/.config/tmux",
|
|
windows = "~/.config/tmux",
|
|
}
|
|
}
|