diff --git a/claude/settings.json b/claude/settings.json index ecbf5d2..d6b70d5 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -1,4 +1,7 @@ { + "env": { + "DISABLE_AUTOUPDATER": "1" + }, "includeCoAuthoredBy": false, "hooks": { "Stop": [ @@ -15,11 +18,8 @@ }, "statusLine": { "type": "command", - "command": "bunx -y ccstatusline@latest", + "command": "ccstatusline", "padding": 0 }, - "env": { - "DISABLE_AUTOUPDATER": "1" - } "alwaysThinkingEnabled": true } \ No newline at end of file