From 5795442dbcdeb90cc1d5e8f445f019ce5621c12d Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 18 Aug 2015 23:44:21 +0200 Subject: [PATCH] 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. --- powerlevel9k.zsh-theme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerlevel9k.zsh-theme b/powerlevel9k.zsh-theme index 72314412..f52db572 100644 --- a/powerlevel9k.zsh-theme +++ b/powerlevel9k.zsh-theme @@ -52,7 +52,7 @@ # 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 # `compatible`. This shows all icons in regular symbols. -typeset -A icons +typeset -gAH icons case $POWERLEVEL9K_MODE in 'flat'|'awesome-patched') # Awesome-Patched Font required!