Change in instruction for less ambiguity

This commit is contained in:
nepoz 2021-07-07 14:43:09 -05:00
parent ddcfa79e72
commit 1bedea6443

View file

@ -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). 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 ``` sh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
``` ```