From 2fabac0086735cda7722b460e65c78135c4058d7 Mon Sep 17 00:00:00 2001 From: "[._.]/ Adam Eivy" Date: Thu, 19 Mar 2026 08:17:08 -0700 Subject: [PATCH] fix: suppress p10k instant prompt warning Co-Authored-By: Claude Opus 4.6 (1M context) --- homedir/.zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/homedir/.zshrc b/homedir/.zshrc index 0d56e9f5f..4d77b8938 100644 --- a/homedir/.zshrc +++ b/homedir/.zshrc @@ -1,6 +1,7 @@ # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below. +typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" fi