新增 Claude:ccstatusline
@@ -0,0 +1,18 @@
|
|||||||
|
# 設定 Claude 狀態列使用此風格
|
||||||
|
|
||||||
|
```bash
|
||||||
|
nano ~/.claude.json
|
||||||
|
```
|
||||||
|
|
||||||
|
(附加以下內容)
|
||||||
|
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"statusLine": {
|
||||||
|
"type": "command",
|
||||||
|
"command": "npx -y ccstatusline@latest",
|
||||||
|
"padding": 0,
|
||||||
|
"refreshInterval": 10
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user