Skip to content

Commit 2bf4b5d

Browse files
committed
feat(GIT_PROMPT_KIT_VERSION): add
1 parent 6ecef0b commit 2bf4b5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

git-prompt-kit.zsh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# https://github.com/olets/git-prompt-kit
77
# Copyright (©) 2019-present Henry Bley-Vroman
88

9+
typeset -r GIT_PROMPT_KIT_VERSION="4.0.0"
10+
911
# Behavior options
1012
typeset -gi GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND=${GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND:-1}
1113
typeset -gi GIT_PROMPT_KIT_HIDE_INACTIVE_EXTENDED_STATUS=${GIT_PROMPT_KIT_HIDE_INACTIVE_EXTENDED_STATUS:-1}

0 commit comments

Comments
 (0)