Add credit.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-01 18:02:07 +01:00
commit eb1c37ae1c

View file

@ -2,6 +2,7 @@
__prompt_git_status() {
# Generate a git branch/status prompt.
# Based on git-prompt.sh by Shawn O. Pearce <spearce@spearce.org>.
# Environment variables:
# GIT_PROMPT_SHOW_TYPE=1 - Show type of repository (Bare, Shallow).
# GIT_PROMPT_SHOW_IGNORED=1 - Show a ! if the directory is ignored.