From a8d897f633d7da4ea0156964f892a55bec18c7e0 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sun, 9 Nov 2025 01:49:20 +0330 Subject: [PATCH] adjust comments --- vendor/git-prompt.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vendor/git-prompt.sh b/vendor/git-prompt.sh index a35b9f9..a37400b 100644 --- a/vendor/git-prompt.sh +++ b/vendor/git-prompt.sh @@ -47,7 +47,7 @@ then . ~/.config/git/git-prompt.sh fi else - # Taken parts from https://github.com/git-for-windows/build-extra/blob/main/git-extra/git-prompt.sh + # Source: github.com/git-for-windows/build-extra/blob/main/git-extra/git-prompt.sh PS1='\[\033]0;${TITLEPREFIX:+$TITLEPREFIX:}${PWD//[^[:ascii:]]/?}\007\]' # set window title to TITLEPREFIX (if set) and current working directory # PS1="$PS1"'\n' # new line (disabled) PS1="$PS1"'\[\033[32m\]' # change to green and bold @@ -70,7 +70,7 @@ else PS1="$PS1"'\[\033[36m\]' # change color to cyan PS1="$PS1"'`__git_ps1`' # bash function else - PS1="$PS1"'\[\033[37;1m\]' # change color to white + PS1="$PS1"'\[\033[37;1m\]' # change color to white PS1="$PS1"'`getSimpleGitBranch`' fi fi @@ -82,7 +82,7 @@ else PS1="$PS1"'\[\033[0m\]' # reset color fi -MSYS2_PS1="$PS1" # for detection by MSYS2 SDK's bash.basrc +MSYS2_PS1="$PS1" # for detection by MSYS2 SDK's bash.basrc # Evaluate all user-specific Bash completion scripts (if any) if test -z "$WINELOADERNOEXEC"