Skip to content

fix: suppress p10k instant prompt warning#134

Open
atomantic wants to merge 1 commit intomainfrom
fix/p10k-instant-prompt
Open

fix: suppress p10k instant prompt warning#134
atomantic wants to merge 1 commit intomainfrom
fix/p10k-instant-prompt

Conversation

@atomantic
Copy link
Owner

Summary

  • Adds typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet before the instant prompt block in .zshrc
  • Suppresses the console output warning during zsh initialization while keeping instant prompt enabled

Test plan

  • Open a new terminal and verify no P10k instant prompt warning appears
  • Verify zsh still starts quickly with instant prompt active

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 19, 2026 15:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Suppresses the Powerlevel10k instant prompt warning during zsh startup by configuring instant prompt to run in “quiet” mode, while keeping instant prompt enabled near the top of .zshrc.

Changes:

  • Sets POWERLEVEL9K_INSTANT_PROMPT=quiet before the p10k instant prompt sourcing block.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants