This commit is contained in:
Raphael Fiedler 2025-04-23 15:10:33 +02:00 committed by GitHub
commit b4c65a814a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,13 +56,17 @@
brew install zsh-autosuggestions 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 ```sh
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
``` ```
3. Start a new terminal session. 4. Start a new terminal session.
## Manual (Git Clone) ## Manual (Git Clone)