mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
9c6606370b
new file: projects/github.com/zsh-users/zsh-autosuggestions/package.yml
5 lines
238 B
Markdown
5 lines
238 B
Markdown
To activate the autosuggestions, add the following at the end of your .zshrc:
|
|
|
|
source $ZSH_AUTOSUGGESTIONS_ROOT/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
|
|
|
You will also need to restart your terminal for this change to take effect. |