Skip to content

Commit ea9f748

Browse files
committed
docs(dependencies): clarify separation
1 parent 914158c commit ea9f748

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Git Prompt Kit ![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/olets/git-prompt-kit?include_prereleases&label=pre-release) ![GitHub commits since latest release (by SemVer including pre-releases)](https://img.shields.io/github/commits-since/olets/git-prompt-kit/latest?include_prereleases)
44

5-
**Git Prompt Kit** is a configurable set of components for creating feature rich, high performance Git-aware zsh prompts (aka themes) with minimal coding. It is built on gitstatus, the same accelerated `git status` alternative used by Powerlevel10k.
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.
66

77
 
88

@@ -56,7 +56,7 @@ Under the following terms
5656

5757
The human-readable license summary is based on https://creativecommons.org/licenses/by-nc-sa/4.0. The ethics point was added.
5858

59-
Git Prompt Kit is built on Roman Perepelitsa's [gitstatus](https://github.com/romkatv/gitstatus).
59+
Git Prompt Kit uses Roman Perepelitsa's [gitstatus](https://github.com/romkatv/gitstatus) accelerated alternative to Git's status commands.
6060

6161
Showing "dimmed" components was inspired by Arialdo Martini's [oh-my-git](https://github.com/arialdomartini/oh-my-git), which leaves space for inactive symbols.
6262

git-prompt-kit.zsh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
# Nov 27 2022
66
# https://github.com/olets/git-prompt-kit
77
# Copyright (©) 2019-present Henry Bley-Vroman
8-
#
9-
# Forked from and requires gitstatus prompt
10-
# https://github.com/romkatv/gitstatus
118

129
# Behavior options
1310
typeset -gi GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND=${GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND:-1}

0 commit comments

Comments
 (0)