You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
powerlevel10k/internal
Roman Perepelitsa b474978b2e wizard: prefer POWERLEVEL9K_MODE=nerdfont-complete over nerdfont-v3
Apparently Windows Terminal has a bug. To reproduce:

    print -P '\UF0737%K{red} %k'

The expected output:

    x_

Here 'x' signifies any glyph of width 1, and '_' signifies a red
block.

The actual output:

    x _

Notice the space.

The output of the following two commands is as expected:

    print -P '\UFC35%K{red} %k'
    print -P '\UFC35x'
1 year ago
..
configure.zsh don't auto-start configuration wizard if it's likely that zshrc is broken 3 years ago
icons.zsh nerdfonts-v3: add an icon for EndevourOS (#1933) 1 year ago
notes.md notes 4 years ago
p10k.zsh nerdfonts-v3: add an icon for EndevourOS (#1933) 1 year ago
parser.zsh don't leak 'token' local variable in parser (#1407) 3 years ago
wizard.zsh wizard: prefer POWERLEVEL9K_MODE=nerdfont-complete over nerdfont-v3 1 year ago
worker.zsh survive broken $TMPDIR 3 years ago