Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dot_claude/settings.json → dot_claude/settings.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"mcp__supabase__execute_sql"
]
},
{{- if .business_use }}
"env": {
"ANTHROPIC_BASE_URL": "https://api.inhouse-flugel.freee.co.jp/proxy/anthropic_pass_through"
},
{{- end }}
"statusLine": {
"type": "command",
"command": "pnpx ccusage statusline",
Expand Down
9 changes: 9 additions & 0 deletions dot_zprofile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
# This runs for login shells BEFORE .zshrc
# Use for environment setup that must happen early (e.g., TERM fixes)

{{- if .business_use }}
# =============================================================================
# Homebrew (business use)
# =============================================================================
if [[ -x "{{ .homebrew_prefix }}/bin/brew" ]]; then
eval "$({{ .homebrew_prefix }}/bin/brew shellenv)"
fi
{{- end }}

# =============================================================================
# Terminal compatibility (Ghostty fallback)
# =============================================================================
Expand Down