Skip to content

Commit

Permalink
fix zsh highlight setting (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiwuaya authored May 2, 2024
1 parent 68dcd2d commit 4e924c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/advanced/optional-cfg-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,9 @@ sudo vim root/.zshrc
将以下内容分别添加到需要设置 zsh 账户的 `~/.zshrc` 中:
```zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
source /usr/share/autojump/autojump.zsh
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
```
![zsh_step-6](../../assets/guide/advanced/optional-cfg/zsh-6.png)
Expand Down

0 comments on commit 4e924c0

Please sign in to comment.