summaryrefslogtreecommitdiffstats
path: root/dot_config/zsh/dot_zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/zsh/dot_zshrc')
-rw-r--r--dot_config/zsh/dot_zshrc5
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
;;