diff --git a/home-configs/claude/statusline-command.sh b/home-configs/claude/statusline-command.sh index 58e60a1..a4c3502 100644 --- a/home-configs/claude/statusline-command.sh +++ b/home-configs/claude/statusline-command.sh @@ -53,3 +53,4 @@ else fi [ -n "$ctx_pct" ] && printf " \033[00;90mctx:$(printf '%.0f' "$ctx_pct")%%\033[00m" +exit 0