fix: добавить exit 0 в конец statusline скрипта

Без него [ -n "$ctx_pct" ] && ... возвращал exit 1 когда ctx пустой,
и Claude Code прятал всю строку статуса.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-06 13:01:33 +03:00
parent 01b69c341b
commit bae481172f

View File

@@ -53,3 +53,4 @@ else
fi
[ -n "$ctx_pct" ] && printf " \033[00;90mctx:$(printf '%.0f' "$ctx_pct")%%\033[00m"
exit 0