From 8754656edca7dd956912bf850be2ee8ce1f2883d Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 18 Apr 2025 14:19:27 -0500 Subject: Add alpine Signed-off-by: Matt Strapp --- dot_config/zsh/dot_zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dot_config/zsh/dot_zshrc b/dot_config/zsh/dot_zshrc index 4fa0363..371f8da 100644 --- a/dot_config/zsh/dot_zshrc +++ b/dot_config/zsh/dot_zshrc @@ -18,6 +18,9 @@ case "$ID" in Darwin ) source /usr/local/share/powerlevel10k/powerlevel10k.zsh-theme ;; + alpine ) + source /usr/share/zsh/plugins/powerlevel10k/powerlevel10k.zsh-theme + ;; * ) if [ -f /usr/share/zsh-theme-powerlevel10k/powerlevel10k.zsh-theme ] then @@ -70,7 +73,7 @@ case "$ID" in source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ;; - arch | artix | msys2 ) + alpine | arch | artix | msys2 ) source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ;; -- cgit v1.2.3