File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ # [ v4.1.0] ( /compare/v4.0.0...v4.1.0 ) (2023-12-05)
2+
3+
4+ ### Features
5+
6+ * ** submodules:** init if necessary ([ 6e58a31] ( https://github.com/olets/git-prompt-kit/commit/6e58a3124902a8e7e5d680e0365e836dd63b6e9d ) )
7+
8+
9+
110# [ v4.0.0] ( https://github.com/olets/git-prompt-kit/compare/v3.0.1...v4.0.0 ) (2023-12-01)
211
312
Original file line number Diff line number Diff line change 11#! /usr/bin/env zsh
22
33# Git Prompt Kit
4- # v4.0 .0
5- # Dec 1 2023
4+ # v4.1 .0
5+ # Dec 5 2023
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"
9+ typeset -r GIT_PROMPT_KIT_VERSION=" 4.1 .0"
1010
1111# Behavior options
1212typeset -gi GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND=${GIT_PROMPT_KIT_HIDE_INACTIVE_AHEAD_BEHIND:- 1}
You can’t perform that action at this time.
0 commit comments