See https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda.
The sequence is terminated with ST (string terminator) which is
typically ESC \. (Although ST is the standard sequence according to
ECMA-48 §8.3.89, often the BEL (\a) character is used instead. This
nonstandard choice originates from XTerm, and was later adopted by
probably all terminal emulators to terminate OSC sequences. Nevertheless,
we encourage the use of the standard ST.)
echo - "${(%):-%3F-- console output produced during zsh initialization follows --%f}"
echo -E - ""
@ -7840,7 +7840,7 @@ _p9k_init() {
>&2echo -E - "${(%):-You can:}"
>&2echo -E - ""
>&2echo -E - "${(%):- - %BRecommended%b: Change the way Powerlevel10k is loaded from %B$__p9k_zshrc_u%b.}"
>&2echo - "${(%):- See \e]8;;https://github.com/romkatv/powerlevel10k/blob/master/README.md#installation\ahttps://github.com/romkatv/powerlevel10k/blob/master/README.md#installation\e]8;;\a.}"
>&2echo - "${(%):- See \e]8;;https://github.com/romkatv/powerlevel10k/blob/master/README.md#installation\e\\https://github.com/romkatv/powerlevel10k/blob/master/README.md#installation\e]8;;\e\\.}"
if(( $+functins[zplugin]));then
>&2echo -E - "${(%):- NOTE: If using %2Fzplugin%f to load %3F'romkatv/powerlevel10k'%f, %Bdo not apply%b %1Fice wait%f.}"