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