]> arthur.barton.de Git - ax-zsh.git/blobdiff - ax.zsh
ax.zsh: Fix comment, output is only allowed in "ax-io" stage!
[ax-zsh.git] / ax.zsh
diff --git a/ax.zsh b/ax.zsh
index 2736da96fab13318002774a21cb436266c38848f..a3e29ba88843cdc97bc27460d757f29919d50498 100644 (file)
--- 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"