From 6e2e76a6b0829510ef42bc850612a40fa774d693 Mon Sep 17 00:00:00 2001 From: goodboy Date: Sun, 26 Jul 2026 15:32:12 -0400 Subject: [PATCH] Turn off `claude` animation-reducer; breaks term pager.. --- .claude/settings.local.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 415594e9..aaf9a97d 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -27,16 +27,11 @@ "Bash(mkdir:*)", "Bash(gh pr:*)", "Bash(gh api:*)", - "Bash(gh issue:*)", - "Bash(UV_PROJECT_ENVIRONMENT=py* uv sync:*)", - "Bash(UV_PROJECT_ENVIRONMENT=py* uv run:*)", - "Bash(echo EXIT:$?:*)", - "Bash(echo \"EXIT=$?\")", - "Read(/tmp/**)" + "Bash(gh issue:*)" ], "deny": [], "ask": [] }, - "prefersReducedMotion": false, - "outputStyle": "default" + "outputStyle": "default", + "prefersReducedMotion": false }