Files
ai-setup/home-configs/claude
vitaly 9e64088e46 chore: убрать VLESS-прокси, proxychains и fuck-rkn.sh
Пользователь перешёл на Amnezia VPN — встроенный VLESS-прокси (xray + proxychains4)
и отдельный server-installer fuck-rkn.sh (telemt + xray) больше не нужны. Убран
весь код в ai-setup.sh/setup.sh, конфиги с VPN-кредами, неактуальный тест и
упоминания в документации.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-06-30 21:50:50 +03:00
..

Claude Code configuration

Statusline (statusline-command.sh)

The custom statusline script renders only ASCII-safe characters and ANSI color codes:

  • ASCII brackets [ ] for git branch and effort level
  • ANSI 256-color escape sequences for model names, effort levels, and rate-limit percentages
  • The ¥ symbol (U+00A5) for CNY balance in DeepSeek output

It does not use Nerd Font glyphs, powerline separators, or emoji.

Unicode symbols you may see in the TUI

Some symbols that appear in the Claude Code interface are rendered by Claude Code's own TUI, not by this statusline script. For example, arrow symbols such as (used before "bypass permissions on" prompts) are drawn by Claude Code itself.

If these symbols display as boxes or question marks, install a Unicode-capable font such as:

  • Noto Color Emoji (recommended on Linux)
  • Any terminal font with full Unicode support

To install Noto Color Emoji on Debian/Ubuntu:

sudo apt-get install -y fonts-noto-color-emoji

The statusline script itself does not require emoji fonts.