Stats
Actions
Tags
From claude-statusline
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined inline in plugin.json manifest
Event handlers and matchers — expand Raw Configuration for the full JSON
if command -v node >/dev/null 2>&1; then node ${CLAUDE_PLUGIN_ROOT}/scripts/auto-update-path.js; elif command -v bun >/dev/null 2>&1; then bun ${CLAUDE_PLUGIN_ROOT}/scripts/auto-update-path.js; finpx claudepluginhub bouob/claude-statusline --plugin claude-statusline