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:
parent
c19ec14cfd
commit
d27a6dd76f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user