mirror of
https://github.com/zsh-users/zsh-syntax-highlighting.git
synced 2025-12-04 21:56:45 +01:00
Fix relative link in main readme
This commit is contained in:
parent
a0862053f5
commit
408b100295
1 changed files with 2 additions and 2 deletions
|
|
@ -41,12 +41,12 @@ How to install
|
||||||
plugins=( [plugins...] zsh-syntax-highlighting)
|
plugins=( [plugins...] zsh-syntax-highlighting)
|
||||||
|
|
||||||
* Source `~/.zshrc` to take changes into account:
|
* Source `~/.zshrc` to take changes into account:
|
||||||
|
|
||||||
source ~/.zshrc
|
source ~/.zshrc
|
||||||
|
|
||||||
|
|
||||||
How to tweak
|
How to tweak
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Syntax highlighting is done by pluggable highlighter scripts, see the [highlighters directory](zsh-syntax-highlighting/tree/master/highlighters)
|
Syntax highlighting is done by pluggable highlighter scripts, see the [highlighters directory](highlighters)
|
||||||
for documentation and configuration settings.
|
for documentation and configuration settings.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue