diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-17 12:12:19 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-17 12:12:19 +0900 |
| commit | 501af21980ce428a17fd9b382246e344a47a6334 (patch) | |
| tree | 60979bbc460f70da6f6d3385983c6ea347439e91 /ar/.config/claude/settings.json | |
| parent | 59f2f8eec787ba62971968f7ffab20cb39af7346 (diff) | |
modified claude/settings.json, deleted claude/statusline.sh, created statuslines/
Diffstat (limited to 'ar/.config/claude/settings.json')
| -rw-r--r-- | ar/.config/claude/settings.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ar/.config/claude/settings.json b/ar/.config/claude/settings.json index 8c88f47..b1df728 100644 --- a/ar/.config/claude/settings.json +++ b/ar/.config/claude/settings.json @@ -1,5 +1,4 @@ { - "model": "sonnet", "permissions": { "deny": [ "Bash(rm -rf:*)", @@ -11,10 +10,6 @@ "Write(**/.password-store/**/*)" ] }, - "statusLine": { - "type": "command", - "command": "$CLAUDE_CONFIG_DIR/statuslines/statusline.sh" - }, "hooks": { "Notification": [ { @@ -38,5 +33,9 @@ ] } ] + }, + "statusLine": { + "type": "command", + "command": "$CLAUDE_CONFIG_DIR/statuslines/statusline.sh" } } |
