diff options
author | Matt Strapp <matt@mattstrapp.net> | 2025-04-18 14:19:27 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2025-04-18 14:22:37 -0500 |
commit | 8754656edca7dd956912bf850be2ee8ce1f2883d (patch) | |
tree | 3f4a15353836a7b8b05baac49b4be89d85afab15 | |
parent | Add SUSE (diff) | |
download | dotfiles-8754656edca7dd956912bf850be2ee8ce1f2883d.tar dotfiles-8754656edca7dd956912bf850be2ee8ce1f2883d.tar.gz dotfiles-8754656edca7dd956912bf850be2ee8ce1f2883d.tar.bz2 dotfiles-8754656edca7dd956912bf850be2ee8ce1f2883d.tar.lz dotfiles-8754656edca7dd956912bf850be2ee8ce1f2883d.tar.xz dotfiles-8754656edca7dd956912bf850be2ee8ce1f2883d.tar.zst dotfiles-8754656edca7dd956912bf850be2ee8ce1f2883d.zip |
Add alpine
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
-rw-r--r-- | dot_config/zsh/dot_zshrc | 5 |
1 files changed, 4 insertions, 1 deletions
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 ;; |