mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2025-06-05 12:36:28 +08:00
Merge f2a5847eb4
into 0e810e5afa
This commit is contained in:
commit
b4c65a814a
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user