You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***cwd:** non-git directories are colorized ([b24dbab](https://github.com/olets/git-prompt-kit/commit/b24dbabbaebcec5293ad9e6023058433379aaeb8))
7
+
***GIT_PROMPT_KIT_ROOT:** no leading slash if only one segment ([ed8fc2d](https://github.com/olets/git-prompt-kit/commit/ed8fc2d268ea047b3577a8f07e871754f9948d66))
8
+
***push head:** reset color at end of component ([4c9b31c](https://github.com/olets/git-prompt-kit/commit/4c9b31c5d6b2d3359876598be7ef2717926c3cc4))
9
+
***GIT_PROMPT_KIT_SYMBOL_ASSUME_UNCHANGED:** no trailing space ([6ecef0b](https://github.com/olets/git-prompt-kit/commit/6ecef0b57e4974d2985ba5f0f67a49bf7c6746f6))
10
+
11
+
12
+
### Features
13
+
14
+
***cwd:** rework. cwd replaces workdir; new repo options, components ([198e791](https://github.com/olets/git-prompt-kit/commit/198e7914184aaf421b76b7ef223d21f2768b14d3))
15
+
***GIT_PROMPT_KIT_SYMBOL_LOCAL:** rename from GIT_PROMPT_KIT_LOCAL ([5457d5e](https://github.com/olets/git-prompt-kit/commit/5457d5eb979a701b76425e9757ae024740232d71))
16
+
***layout options:** drop support ([3bb1e3e](https://github.com/olets/git-prompt-kit/commit/3bb1e3e6ecb6430b7973241fb8e84dce2597ff77))
17
+
***remote:** only show remote symbol if there is also a push remote ([8ee7c07](https://github.com/olets/git-prompt-kit/commit/8ee7c07946dbf4ab10a0903e57175ccd618c0009))
18
+
***repo root:** relative to home ([914158c](https://github.com/olets/git-prompt-kit/commit/914158cc96adbd7155705e38ce5dc5e67012b573))
Copy file name to clipboardExpand all lines: README.md
+2-7
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,14 @@
1
1
<imgsrc="./img/git-prompt-kit.png"alt="">
2
2
3
-
# Git Prompt Kit 
3
+
# Git Prompt Kit 
4
4
5
5
**Git Prompt Kit** is a configurable set of components for building feature rich, high performance Git-aware zsh prompts (aka themes) with minimal coding.
6
6
7
7
8
8
9
-
> This is the WIP branch for the next major version. **It may be force pushed.**
10
-
11
-
12
-
13
9
## Documentation
14
10
15
-
<!-- TODO drop `next.` -->
16
-
📖 See the guide, including a web simulation demonstrating how the prompt responds to context and configuration, at https://next.hometown-prompt.olets.dev/
11
+
📖 See the guide, including a web simulation demonstrating how the prompt responds to context and configuration, at https://hometown-prompt.olets.dev/
0 commit comments