aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-14 21:58:44 +0900
committernsfisis <nsfisis@gmail.com>2026-02-14 22:05:05 +0900
commit8cfef2988bf817e55fe30519771c594633d23019 (patch)
treef6d10002b7de1d7460123813ad5ea2042ab3def2 /.config
parent27c91336de8b9208a53c290421bb99bf332354ff (diff)
downloaddotfiles-8cfef2988bf817e55fe30519771c594633d23019.tar.gz
dotfiles-8cfef2988bf817e55fe30519771c594633d23019.tar.zst
dotfiles-8cfef2988bf817e55fe30519771c594633d23019.zip
nix: update flake
Diffstat (limited to '.config')
-rw-r--r--.config/claude/settings.json41
1 files changed, 21 insertions, 20 deletions
diff --git a/.config/claude/settings.json b/.config/claude/settings.json
index 801ea8c..7e5a24c 100644
--- a/.config/claude/settings.json
+++ b/.config/claude/settings.json
@@ -1,18 +1,5 @@
{
- "language": "日本語",
- "sandbox": {
- "enabled": true,
- "autoAllowBashIfSandboxed": false,
- "excludedCommands": [
- "docker"
- ],
- "network": {
- "allowLocalBinding": true
- }
- },
"permissions": {
- "defaultMode": "acceptEdits",
- "disableBypassPermissionsMode": "disable",
"allow": [
"Bash(fd:*)",
"Bash(find:*)",
@@ -32,12 +19,9 @@
"Bash(rm:*)",
"Bash(su:*)",
"Bash(sudo:*)"
- ]
- },
- "statusLine": {
- "type": "command",
- "command": "__claude-code-statusline",
- "padding": 0
+ ],
+ "defaultMode": "acceptEdits",
+ "disableBypassPermissionsMode": "disable"
},
"hooks": {
"Notification": [
@@ -60,5 +44,22 @@
]
}
]
- }
+ },
+ "statusLine": {
+ "type": "command",
+ "command": "__claude-code-statusline",
+ "padding": 0
+ },
+ "language": "日本語",
+ "sandbox": {
+ "enabled": true,
+ "autoAllowBashIfSandboxed": false,
+ "network": {
+ "allowLocalBinding": true
+ },
+ "excludedCommands": [
+ "docker"
+ ]
+ },
+ "effortLevel": "medium"
}