Add claude-codex function to commonfunc and remove alias from zshrc

This commit is contained in:
Philip Henning 2026-07-23 12:27:37 +02:00
parent d9e1224ccc
commit 87c7800fc6
2 changed files with 54 additions and 8 deletions

View file

@ -202,14 +202,6 @@ alias yeet="git push"
alias trust="yeet --force"
alias zotify="uvx git+https://github.com/Googolplexed0/zotify.git"
alias hosts="uvx git+https://git.s1q.dev/phg/hosts.git"
alias claude-codex='ANTHROPIC_BASE_URL=http://localhost:18765
ANTHROPIC_AUTH_TOKEN=unused
ANTHROPIC_MODEL=gpt-5.6-sol[1m]
ANTHROPIC_SMALL_FAST_MODEL=gpt-5.6-luna[1m]
CLAUDE_CODE_AUTO_COMPACT_WINDOW=272000
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1
CLAUDE_CODE_DISABLE_NONSTREAMING_FALLBACK=1
claude'
# Include $(go env GOPATH) to PATH
[[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}"