Files
nixos-config/home/common/programs/claude/settings.json
T
Miguel Palhas f4df2ab6eb wip
2025-11-20 08:19:01 +00:00

30 lines
554 B
JSON

{
"permissions": {
"allow": [
"Bash(kitty @ set-tab-title:*)",
"Bash(mkdir:*)",
"Bash(rg:*)",
"Bash(chmod:*)",
"Bash(find:*)",
"Bash(rustup target:*)",
"Bash(ls:*)",
"Bash(cargo:*)",
"Bash(cp:*)",
"Bash(yarn:*)",
"Bash(sed:*)",
"Bash(gh:*)",
"Bash(git:*)",
"Bash(grep:*)",
"Bash(node:*)"
],
"defaultMode": "acceptEdits"
},
"feedbackSurveyState": {
"lastShownTime": 1754052643456
},
"hooks": {
"onReady": "printf '\\a'"
},
"$schema": "https://json.schemastore.org/claude-code-settings.json"
}