Fix p10k configuration loading

- 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 <noreply@anthropic.com>
This commit is contained in:
Dominik Moritz Roth 2025-08-18 21:05:23 +02:00
parent c19ec14cfd
commit d27a6dd76f

View File

@ -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