From 1ad8d13b2361c43a8cc0693c70ad73b2c3a4e02d Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Thu, 17 Oct 2024 04:44:07 +0200 Subject: [PATCH] zsh: Change zsh-autosuggestions.zsh path --- zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 71a11c5..cacc6e1 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -51,5 +51,6 @@ alias flog='nvim -c "Flog -all"' eval "$(zoxide init zsh)" eval "$(thefuck --alias)" -. "$HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh" +. "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" + bindkey '^y' autosuggest-accept