From 6608e32678a169fd3dc87ea01e1b2763ad4df9f4 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Mon, 29 Mar 2021 19:46:24 +0200 Subject: [PATCH] ax.zsh: Fix comment, output is only allowed in "ax-io" stage! --- ax.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ax.zsh b/ax.zsh index 2736da9..a3e29ba 100644 --- a/ax.zsh +++ b/ax.zsh @@ -22,7 +22,7 @@ function axzsh_handle_stage { # Enable instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, # [y/n] confirmations, etc.) must be executed before this, so all ax-zsh - # plugings should do output in their "zprofile" stage! + # plugings should do output in their "ax-io" stage only! if [[ "$type" == "zprofile" ]]; then p10k_instant_prompt="${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" [[ -r "$p10k_instant_prompt" ]] && source "$p10k_instant_prompt" -- 2.39.2