From 4d60c6ea348ffb885b24a8f29afd02677a0d4c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20D=C3=A9siles?= <1536672+cdesiles@users.noreply.github.com> Date: Sat, 11 Apr 2026 22:51:28 +0200 Subject: [PATCH] fix: zshrc to take p10k theme --- roles/zsh/templates/zshrc.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/zsh/templates/zshrc.j2 b/roles/zsh/templates/zshrc.j2 index 8cf454e..b9e23d6 100644 --- a/roles/zsh/templates/zshrc.j2 +++ b/roles/zsh/templates/zshrc.j2 @@ -32,6 +32,9 @@ fi # Enable powerlevel10k theme source $ZSH_PLUGINS/powerlevel10k/powerlevel10k.zsh-theme +# Load powerlevel10k configuration +source {{ zsh_p10k_theme_config }} + # Enable autosuggestions (before syntax highlighting) source $ZSH_PLUGINS/zsh-autosuggestions/zsh-autosuggestions.zsh