style(statusline): historial con emojis pegados, sin separador entre ellos

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 15:04:43 +02:00
parent 8c9919f1f8
commit eb42966295
+1 -1
View File
@@ -307,7 +307,7 @@ if [ -n "$SESSION_ID" ] && [ -f "$GOAL_FILE" ]; then
[ -z "$slug" ] && continue
HS=$(phase_style "$slug")
HIC="${HS%%|*}"
if [ -z "$HJOIN" ]; then HJOIN="$HIC"; else HJOIN="${HJOIN}${HIC}"; fi
HJOIN="${HJOIN}${HIC}"
done <<< "$PREV"
[ -n "$HJOIN" ] && LINE0="${LINE0} ${GRAY}${RESET} ${DIM}${HJOIN}${RESET}"
fi