Merge f2a5847eb4 into 85919cd1ff
This commit is contained in:
commit
7a689fcafa
10
INSTALL.md
10
INSTALL.md
|
|
@ -57,13 +57,17 @@
|
|||
brew install zsh-autosuggestions
|
||||
```
|
||||
|
||||
2. To activate the autosuggestions, add the following at the end of your .zshrc:
|
||||
|
||||
2. To activate the autosuggestions, open your .zshrc:
|
||||
```sh
|
||||
nano ~/.zshrc
|
||||
```
|
||||
|
||||
3. Go to the bottom and add the following at the end of the file:
|
||||
```sh
|
||||
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
```
|
||||
|
||||
3. Start a new terminal session.
|
||||
4. Start a new terminal session.
|
||||
|
||||
## Manual (Git Clone)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue