From 1bedea6443a74d166bf6c1aed9a7df3d86850bf3 Mon Sep 17 00:00:00 2001 From: nepoz Date: Wed, 7 Jul 2021 14:43:09 -0500 Subject: [PATCH] Change in instruction for less ambiguity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f9b58c..f824a8c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you invoke the `forward-word` widget, it will partially accept the suggestion You may want to override the default global config variables. Default values of these variables can be found [here](src/config.zsh). -**For Arch installs with Pacman:** If you install zsh-autosuggestions using pacman, the default config location is `/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh`. Add the following line to `~/.zshrc` and source it for completions to be offered: +**For Arch installs with Pacman:** If you install zsh-autosuggestions using pacman, the default config location is `/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh`. Add the following line to `~/.zshrc` for completions to be offered: ``` sh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh ```