From 4195ae817d5cfab8253b829db0951767a7f78691 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 28 Oct 2024 17:40:49 -0400 Subject: refactor home packages, update nvim config --- home/config/zsh/zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/config/zsh') diff --git a/home/config/zsh/zshrc b/home/config/zsh/zshrc index add2cf3..733fc51 100644 --- a/home/config/zsh/zshrc +++ b/home/config/zsh/zshrc @@ -55,7 +55,7 @@ export GROFF_NO_SGR=1 # enable zsh auto suggestions autoload compinit && compinit -source $GUIX_PROFILE/share/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh +source $GUIX_PROFILE/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source $GUIX_PROFILE/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#696e8a" ZSH_AUTOSUGGEST_STRATEGY=(completion history) -- cgit v1.2.3-freya