From 36be565e69752291e2b3f760c72ea37bd0a22679 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 23:57:14 +0200 Subject: [PATCH] git-prompt: explicit source --- .bash_ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/.bash_ps1 b/.bash_ps1 index 4b5ceea..3d21715 100644 --- a/.bash_ps1 +++ b/.bash_ps1 @@ -8,6 +8,7 @@ BLACK='\[\e[30m\]' RESET='\[\e[0m\]' ORANGE='\[\e[0;33m\]' # git-symbole: * unstaged, + staged, $ stashed, % untracked +source /usr/lib/git-core/git-sh-prompt export GIT_PS1_SHOWUNTRACKEDFILES=1 export GIT_PS1_SHOWDIRTYSTATE=1 export GIT_PS1_SHOWSTASHSTATE=1