mirror of
https://github.com/shokinn/.files.git
synced 2026-09-02 09:07:24 +00:00
Add claude-codex function to commonfunc and remove alias from zshrc
This commit is contained in:
parent
d9e1224ccc
commit
87c7800fc6
2 changed files with 54 additions and 8 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue