From 10953cfc0ab95c9fc201161627df89175d9c93e7 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Thu, 24 Sep 2020 00:35:50 +0300 Subject: [PATCH] Add zsh-async version to system report (#567) --- pure.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/pure.zsh b/pure.zsh index dea15f65..a97d466b 100644 --- a/pure.zsh +++ b/pure.zsh @@ -712,6 +712,7 @@ prompt_pure_system_report() { for k v in "${(@kv)prompt_pure_state}"; do print - " - $k: \`${(q)v}\`" done + print - "- zsh-async version: ${ASYNC_VERSION}" print - "- PROMPT: \`$(typeset -p PROMPT)\`" print - "- Colors: \`$(typeset -p prompt_pure_colors)\`" print - "- Virtualenv: \`$(typeset -p VIRTUAL_ENV_DISABLE_PROMPT)\`"