From eb1c37ae1c7330e45088270febebbea8400a9bf1 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 1 Oct 2023 18:02:07 +0100 Subject: [PATCH] Add credit. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 8268570..19d8d94 100644 --- a/.bashrc +++ b/.bashrc @@ -2,6 +2,7 @@ __prompt_git_status() { # Generate a git branch/status prompt. + # Based on git-prompt.sh by Shawn O. Pearce . # 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.