Files
oh-my-opencode/packages/omo-codex/plugin/components/rules/bundled-rules/windows-git-bash.md
T
YeonGyu-Kim 644be5df7a feat(codex): inject windows git bash guidance
Plan: plans/codex-windows-git-bash-profile.md
2026-05-31 09:51:59 +09:00

380 B

description, alwaysApply
description alwaysApply
Windows Git Bash guidance for Codex true

On Windows native Codex sessions, prefer Git Bash for shell commands.

Use shell: "bash" when bash.exe is on PATH. Otherwise use the absolute Git Bash path from OMO_CODEX_GIT_BASH_PATH or C:\Program Files\Git\bin\bash.exe.

Use PowerShell only for Windows-native operations that need PowerShell.