Set icon-Array as global variable, so that it is visible in later functions. This is important to make the icon-override mechanism work in antigen.

pull/22/head
Dominik Ritter 9 years ago
parent 818fe15cf5
commit 5795442dbc

@ -52,7 +52,7 @@
# bizarre characters below, your fonts are not correctly installed. If you # bizarre characters below, your fonts are not correctly installed. If you
# do not want to install a special font, you can set `POWERLEVEL9K_MODE` to # do not want to install a special font, you can set `POWERLEVEL9K_MODE` to
# `compatible`. This shows all icons in regular symbols. # `compatible`. This shows all icons in regular symbols.
typeset -A icons typeset -gAH icons
case $POWERLEVEL9K_MODE in case $POWERLEVEL9K_MODE in
'flat'|'awesome-patched') 'flat'|'awesome-patched')
# Awesome-Patched Font required! # Awesome-Patched Font required!

Loading…
Cancel
Save