From d785e17ce69c38ff99341af1e22789228fc80c22 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Mon, 30 Sep 2024 22:52:37 -0400 Subject: [PATCH] update zshrc --- .zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.zshrc b/.zshrc index f9f518c..3e50093 100644 --- a/.zshrc +++ b/.zshrc @@ -106,8 +106,8 @@ alias dotfiles="~/dotfiles/" alias nv="nvim" alias dev="~/Development" -source $HOMEBREW_PREFIX/share/zsh-autosuggestions/zsh-autosuggestions.zsh -source $HOMEBREW_PREFIX/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh # Lines configured by zsh-newuser-install HISTFILE=~/.histfile @@ -125,4 +125,3 @@ compinit neofetch export EDITOR=nvim -export PATH=$PATH:/home/benjamin/.spicetify