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.pull/93/head
parent
5f40c44940
commit
088502c30c
Loading…
Reference in New Issue