From 9ee5f53194dc494b3243f3cf160423c2c1c84ab0 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Fri, 24 Feb 2023 08:56:27 -0600 Subject: don't use plugin file --- 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 ab3a0dd..8e5e0ca 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc @@ -83,8 +83,8 @@ case "$ID" in source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ;; 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 + source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh + source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ;; gentoo ) source /usr/share/zsh/site-functions/zsh-syntax-highlighting.zsh -- cgit v1.2.3