1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-25 04:30:46 +00:00
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.
2019-06-19 16:01:44 +02:00
..
p10k.zsh fix _get_icon on ZSH 5.1 2019-06-19 16:01:44 +02:00