mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-02-06 09:55:31 +08:00
Update INSTALL.md
- replaced ./ with ~/ to reduce bloat, this is because ./ would look in the current folder while ~/ looks in the home folder - Made the command after git clone optional due to not needing it to install without a plugin manager
This commit is contained in:
parent
e0165eaa73
commit
961b42af3a
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user