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:
@@ -307,7 +307,7 @@ if [ -n "$SESSION_ID" ] && [ -f "$GOAL_FILE" ]; then
|
|||||||
[ -z "$slug" ] && continue
|
[ -z "$slug" ] && continue
|
||||||
HS=$(phase_style "$slug")
|
HS=$(phase_style "$slug")
|
||||||
HIC="${HS%%|*}"
|
HIC="${HS%%|*}"
|
||||||
if [ -z "$HJOIN" ]; then HJOIN="$HIC"; else HJOIN="${HJOIN} │ ${HIC}"; fi
|
HJOIN="${HJOIN}${HIC}"
|
||||||
done <<< "$PREV"
|
done <<< "$PREV"
|
||||||
[ -n "$HJOIN" ] && LINE0="${LINE0} ${GRAY}│${RESET} ${DIM}${HJOIN}${RESET}"
|
[ -n "$HJOIN" ] && LINE0="${LINE0} ${GRAY}│${RESET} ${DIM}${HJOIN}${RESET}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user