1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-04-19 02:04:05 +00:00
Files
prezto/modules/spectrum/init.zsh
Indrajit Raychaudhuri 331adc4a69 spectrum: optimize ANSI color initialization loops
Split the single loop that initializes both named
ANSI colors (0–7) and the remaining 256-color indices
into two separate loops.

The first loop sets both numeric and name keys for
the named ANSI colors without per-iteration checks,
and the second loop sets only numeric keys for the
remaining indices.
2026-03-22 02:51:44 -05:00

3.4 KiB