This commit is contained in:
Envixty 2024-11-22 14:16:13 +00:00 committed by GitHub
commit 53c9954172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -71,13 +71,17 @@ Simply clone this repository and source the script:
```zsh ```zsh
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
```
Optional:
```zsh
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc
``` ```
Then, enable syntax highlighting in the current interactive shell: Then, enable syntax highlighting in the current interactive shell:
```zsh ```zsh
source ./zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
``` ```
If `git` is not installed, download and extract a snapshot of the latest If `git` is not installed, download and extract a snapshot of the latest