mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Change in instruction for less ambiguity
This commit is contained in:
parent
ddcfa79e72
commit
1bedea6443
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue