From 7c8d0283007b1ff70db179f0c1f0f4b6bddcefc9 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sat, 5 Nov 2022 15:00:50 -0500 Subject: Add artix to distro list --- zsh/.config/zsh/.zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 2ebb50d..176e331 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -73,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 ) + arch | artix ) source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh ;; @@ -84,4 +84,4 @@ case "$ID" in * ) echo "no highlight for you" ;; -esac \ No newline at end of file +esac -- cgit v1.2.3