Skip to content

Commit 3543d6b

Browse files
vintaclaude
andcommitted
Simplify status line format by removing labels
Remove "Model:" and "PWD:" prefixes from status line output, keeping only the essential information separated by bullets. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent fadcfa8 commit 3543d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotfiles/.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"statusLine": {
5757
"type": "command",
58-
"command": "jq -r '\"Model: \\(.model.id) · PWD: \\(.workspace.current_dir)\"'"
58+
"command": "jq -r '\"\\(.model.id) · \\(.workspace.current_dir)\"'"
5959
},
6060
"env": {
6161
"DISABLE_BUG_COMMAND": "1",

0 commit comments

Comments
 (0)