From 0942ba74b0d558b0206ab88fcdac67d4a032d915 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 24 Aug 2023 19:27:05 -0400 Subject: [PATCH] Fixed broken paths to zsh plugins --- config-files/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-files/zshrc b/config-files/zshrc index 0941373..3b23ac9 100644 --- a/config-files/zshrc +++ b/config-files/zshrc @@ -11,8 +11,8 @@ zstyle :compinstall filename "/home/$USER/.zshrc" autoload -Uz compinit compinit PS1='%F{cyan}%n%f@%F{cyan}%m:%f%1~%f%F{cyan}|%#%f ' -source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh bindkey '^[[H' beginning-of-line bindkey '^[[F' end-of-line bindkey '^[[3~' delete-char