summaryrefslogtreecommitdiff
path: root/home-config/zsh/zshrc
diff options
context:
space:
mode:
authorTyler Murphy <tylerm@tylerm.dev>2023-10-01 11:55:23 -0400
committerTyler Murphy <tylerm@tylerm.dev>2023-10-01 11:55:23 -0400
commit6b5acbc8c00045a7926c2f295fb03ae4b0459305 (patch)
treec2df0f30d8eade2a2211b53c5a62a0bc71496045 /home-config/zsh/zshrc
parentpackage lavanda gtk theme (diff)
downloaddotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.tar.gz
dotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.tar.bz2
dotfiles-guix-6b5acbc8c00045a7926c2f295fb03ae4b0459305.zip
package zsh-autosuggestions
Diffstat (limited to 'home-config/zsh/zshrc')
-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 32f1aac..4782ca4 100644
--- a/home-config/zsh/zshrc
+++ b/home-config/zsh/zshrc
@@ -49,7 +49,7 @@ man() {
# Enable zsh auto suggestions
autoload compinit && compinit
-source $HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
+source $GUIX_PROFILE/share/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#696e8a"
ZSH_AUTOSUGGEST_STRATEGY=(completion history)