-
-
Save jbouhier/d0c17de7aef3f811ab4904d045c1f137 to your computer and use it in GitHub Desktop.
Claude code optimized - Plan + API
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Add this in your dotfile | |
| # Claude Code API key | |
| export ANTHROPIC_API_KEY="sk-ant-xxxxx" | |
| # Quick toggle aliases | |
| alias cc-api='export ANTHROPIC_API_KEY="sk-ant-xxxxx"' | |
| alias cc-sub='unset ANTHROPIC_API_KEY' | |
| alias cc-status='claude-code auth status' |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Then just: