summaryrefslogtreecommitdiff
path: root/home/config/zsh
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-28 17:40:49 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-28 17:40:49 -0400
commit4195ae817d5cfab8253b829db0951767a7f78691 (patch)
tree8362b3779fdacc6f067e2bda1e455472501ebb86 /home/config/zsh
parentupdate commits (diff)
downloaddotfiles-guix-4195ae817d5cfab8253b829db0951767a7f78691.tar.gz
dotfiles-guix-4195ae817d5cfab8253b829db0951767a7f78691.tar.bz2
dotfiles-guix-4195ae817d5cfab8253b829db0951767a7f78691.zip
refactor home packages, update nvim config
Diffstat (limited to 'home/config/zsh')
-rw-r--r--home/config/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
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)