diff --git a/Claude%EF%BC%9Accstatusline.md b/Claude%EF%BC%9Accstatusline.md new file mode 100644 index 0000000..f9cebfc --- /dev/null +++ b/Claude%EF%BC%9Accstatusline.md @@ -0,0 +1,18 @@ +# 設定 Claude 狀態列使用此風格 + +```bash +nano ~/.claude.json +``` + +(附加以下內容) + +```json +{ + "statusLine": { + "type": "command", + "command": "npx -y ccstatusline@latest", + "padding": 0, + "refreshInterval": 10 + } +} +``` \ No newline at end of file