zsh: Change zsh-autosuggestions.zsh path
This commit is contained in:
parent
62c556f898
commit
1ad8d13b23
@ -51,5 +51,6 @@ alias flog='nvim -c "Flog -all"'
|
|||||||
eval "$(zoxide init zsh)"
|
eval "$(zoxide init zsh)"
|
||||||
eval "$(thefuck --alias)"
|
eval "$(thefuck --alias)"
|
||||||
|
|
||||||
. "$HOME/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
. "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||||
|
|
||||||
bindkey '^y' autosuggest-accept
|
bindkey '^y' autosuggest-accept
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user