From 4c8647e4f526fdf1e9f1ce52576174708bc0acd5 Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 13 Oct 2025 14:14:05 -0700 Subject: [PATCH] update claude config --- claude/settings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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