Skip to content

Commit

Permalink
Add zsh-async version to system report (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mafredri committed Sep 23, 2020
1 parent 5cbf310 commit 10953cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pure.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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)\`"
Expand Down

0 comments on commit 10953cf

Please sign in to comment.