mirror of
https://github.com/shokinn/.files.git
synced 2026-09-02 09:07:24 +00:00
Add alias for Claude Codex configuration in zshrc
This commit is contained in:
parent
b1fb176564
commit
d9e1224ccc
1 changed files with 8 additions and 0 deletions
|
|
@ -202,6 +202,14 @@ alias yeet="git push"
|
||||||
alias trust="yeet --force"
|
alias trust="yeet --force"
|
||||||
alias zotify="uvx git+https://github.com/Googolplexed0/zotify.git"
|
alias zotify="uvx git+https://github.com/Googolplexed0/zotify.git"
|
||||||
alias hosts="uvx git+https://git.s1q.dev/phg/hosts.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
|
# Include $(go env GOPATH) to PATH
|
||||||
[[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}"
|
[[ $(command -v go) ]] && [[ -d "$(go env GOPATH)/bin" ]] && export PATH="$(go env GOPATH)/bin:${PATH}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue