mirror of
https://github.com/obra/superpowers.git
synced 2026-05-15 21:49:05 +08:00
17 lines
297 B
JSON
17 lines
297 B
JSON
{
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "startup|resume|clear",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "\"${PLUGIN_ROOT}/hooks/run-hook.cmd\" session-start",
|
|
"async": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|