Files
oh-my-opencode/src/hooks/claude-code-hooks/plugin-config.ts
T

10 lines
200 B
TypeScript
Raw Normal View History

2025-12-09 17:48:28 +09:00
/**
* Plugin configuration for Claude Code hooks execution
* Contains settings for hook command execution (zsh, etc.)
*/
export const DEFAULT_CONFIG = {
forceZsh: true,
zshPath: "/bin/zsh",
}