Commit graph

2 commits

Author SHA1 Message Date
MenkeTechnologies
f2bd8daf90 fix bugs in _p10k completion
- Fix segments+=("$segments") -> segments+=("$reselem")
- Add local declarations for loop variables to prevent scope leaks
- Fix hadkkSecond typo -> hadSecond
- Fix hardcoded '=' -> use $equals variable
- Fix missing '[' in -s segment flag description
- Add missing 'finalize' subcommand
- Add local for arguments in __p10k_segment
2026-04-01 15:29:08 -04:00
MenkeTechnologies
da29e0013d add zsh completion for the p10k command
Provides tab completion for p10k subcommands (configure, finalize,
reload, display, segment, help) and dynamic completion of prompt
segments via p10k display -a for the display subcommand.
2026-04-01 15:26:01 -04:00