From 80b4f27161bd86887861ead9cee9ba3332ae6ab6 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Wed, 25 Mar 2020 09:42:18 +0100 Subject: [PATCH] autosuggestions are now installed with aur --- .config/zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 05b94f3..db8d8e6 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -4,7 +4,7 @@ stty -ixon setopt autocd autopushd \ # Enable autosuggestions -source ~/gitrepos/pc/zsh-autosuggestions/zsh-autosuggestions.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh bindkey '^ ' autosuggest-accept # Enable colors and change prompt