mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-12-04 21:56:46 +01:00
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.
|
||
|---|---|---|
| .. | ||
| p10k.zsh | ||