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
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
Claude Code StatusLine - GAC 专用版 | |
显示工作目录、Git状态、当前模型、积分余额、积分倍率等信息 | |
脚本地址:https://gist.github.com/libukai/4a3ce0131782b50892348ffcde882371#file-statusline-mini-py | |
GAC 推荐计划:https://gaccode.com/signup?ref=9AHI968U | |
""" | |
import json |
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
# ============================================================================= | |
# ZSH 配置文件 - Zinit 驱动的极致性能版 | |
# ============================================================================= | |
# ---------------------------------------------------------------------------- | |
# 1. Zinit 插件管理器加载 (必须在最顶部) | |
# ---------------------------------------------------------------------------- | |
# 加载 Zinit | |
ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git" |