-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zsh_private.example
More file actions
33 lines (24 loc) · 975 Bytes
/
.zsh_private.example
File metadata and controls
33 lines (24 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Private ZSH Configuration Template
# Copy this file to ~/.zsh_private and fill in your actual values
# This file is ignored by git to keep your secrets safe
# ==================== API Keys ====================
# OpenAI / Qwen
# export OPENAI_API_KEY="your-api-key-here"
# export QWEN_API_KEY="your-api-key-here"
# DeepSeek
# export DEEPSEEK_API_KEY="your-api-key-here"
# Anthropic Claude
# export ANTHROPIC_API_KEY="your-api-key-here"
# BigModel (智普)
# export BIG_MODEL_API_KEY="your-api-key-here"
# GAC Claude
# export GAC_CLAUDE_API_KEY="your-api-key-here"
# ==================== Custom Configurations ====================
# Add your private environment variables, aliases, or functions here
# Example: Private proxy settings
# export HTTP_PROXY="http://your-proxy:port"
# export HTTPS_PROXY="http://your-proxy:port"
# Example: Private paths
# export PATH="$HOME/private/bin:$PATH"
# Example: Company-specific settings
# export COMPANY_VPN="vpn.company.com"