Skip to content

Commit f550cfe

Browse files
author
Jonathan Dahan
committed
replace function screencast with screenshot
1 parent acf8feb commit f550cfe

File tree

3 files changed

+3
-47
lines changed

3 files changed

+3
-47
lines changed

images/screencasts/functions.svg

Lines changed: 0 additions & 44 deletions
This file was deleted.

images/screenshots/functions.png

164 KB
Loading

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ tool | add to `.zshrc`
4343

4444
## Functions
4545

46-
![animation of prompt customization](./images/screencasts/functions.svg)
46+
![showing prompt customization with new function](./images/screenshots/functions.png)
4747

4848
Geometry has very little architecture. Three environment variables define what is shown on the left, right, and on enter - `GEOMETRY_PROMPT`, `GEOMETRY_RPROMPT`, and `GEOMETRY_INFO`.
4949

@@ -119,8 +119,8 @@ These colors can be overridden by setting variables.
119119

120120
```shell
121121
GEOMETRY_HOST_COLORS=({1..7}) # Only use the colors 1-7
122-
GEOMETRY_HOST_COLOR=4 # Override the color for a specific host.
123-
```
122+
GEOMETRY_HOST_COLOR=4 # Override the color for a specific host.
123+
```
124124
![colorize](/images/screenshots/colorize.png)
125125

126126
## Thanks

0 commit comments

Comments
 (0)