From d27a6dd76f45b385d7a9e4d58dc404cd68f0b28b Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 18 Aug 2025 21:05:23 +0200 Subject: [PATCH] Fix p10k configuration loading MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add missing source line for ~/.p10k.zsh in .zshrc - This prevents the p10k configuration wizard from running 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- dotfiles/.zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index 57c42f2..696b827 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -129,3 +129,6 @@ alias ska="tmux kill-session -a" export PATH=$PATH:$HOME/.local/bin +# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. +[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh +