This commit is contained in:
Raphael Fiedler 2025-06-24 10:15:14 -06:00 committed by GitHub
commit 7a689fcafa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)