zsh: Change zsh-autosuggestions.zsh path

This commit is contained in:
Andreas Tsouchlos 2024-10-17 04:44:07 +02:00
parent 62c556f898
commit 1ad8d13b23

View File

@ -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