Emphasize configuration location for oh-my-zsh installation instructions

This commit is contained in:
Benjamin Clauss 2021-11-11 13:39:18 -05:00 committed by GitHub
parent 1a9264bc66
commit b8be07820f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,12 +83,14 @@ your `.zshrc`.
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
```
2. Activate the plugin in `~/.zshrc`:
2. Activate the plugin **at the bottom** of `~/.zshrc`:
```zsh
plugins=( [plugins...] zsh-syntax-highlighting)
```
See the [FAQ](https://github.com/zsh-users/zsh-syntax-highlighting#why-must-zsh-syntax-highlightingzsh-be-sourced-at-the-end-of-the-zshrc-file) for more details.
3. Restart zsh (such as by opening a new instance of your terminal emulator).
#### [Prezto](https://github.com/sorin-ionescu/prezto)