diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-03-12 22:02:09 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-03-12 22:02:25 +0300 |
commit | cf8f7f49fe8dc0e31b327b3e076cff3149a386bd (patch) | |
tree | cd8e94142521a7ac24a5620610ef62b25dfc695a | |
parent | c3ddca85ff33f30daf209e1863459f3ca38ce054 (diff) |
add P9K_OS_ICON
-rw-r--r-- | internal/p10k.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 643a8ea7..f517c040 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -7827,6 +7827,8 @@ _p9k_init() { _p9k_init_vars _p9k_restore_state || _p9k_init_cacheable + typeset -g P9K_OS_ICON=$_p9k_os_icon + local -i i local elem |