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
romkatv 088502c30c fix _get_icon on ZSH 5.1
ZSH 5.1 has crippled ${(P)...}. For example, the following code prints "broken":

    unset foo
    echo ${${(P)foo}+broken}

In ZSH 5.2 and later this code print an empty line.

Fixes #91.
5 years ago
..
p10k.zsh fix _get_icon on ZSH 5.1 5 years ago