From 690e0ee9c5a0956880cecef2ead7662f28855354 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 23 May 2026 23:19:21 +0900 Subject: claude: fix hook settings --- .config/claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/claude/settings.json') diff --git a/.config/claude/settings.json b/.config/claude/settings.json index 1dc9b1e..3c0e178 100644 --- a/.config/claude/settings.json +++ b/.config/claude/settings.json @@ -35,7 +35,7 @@ { "type": "command", "command": "__claude-code-block-bash-tool rm", - "if": "Bash(rm *)" + "if": "Bash(rm:*)" } ] } -- cgit v1.3.1