mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2026-01-26 16:23:30 +01:00
Trim excess whitespace
This commit is contained in:
parent
45df07c185
commit
eb98a55bc0
3 changed files with 10 additions and 9 deletions
|
|
@ -42,7 +42,7 @@
|
|||
2. Add the plugin to the list of plugins for Oh My Zsh to load (inside `~/.zshrc`):
|
||||
|
||||
```sh
|
||||
plugins=(
|
||||
plugins=(
|
||||
# other plugins...
|
||||
zsh-autosuggestions
|
||||
)
|
||||
|
|
@ -52,13 +52,14 @@
|
|||
|
||||
## Homebrew
|
||||
|
||||
1. Install command:
|
||||
1. Install command:
|
||||
|
||||
```sh
|
||||
brew install zsh-autosuggestions
|
||||
```
|
||||
|
||||
2. To activate the autosuggestions, add the following at the end of your .zshrc:
|
||||
|
||||
2. To activate the autosuggestions, add the following at the end of your .zshrc:
|
||||
|
||||
```sh
|
||||
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue