git-prompt: explicit source

This commit is contained in:
Michael Grote 2024-07-25 23:57:14 +02:00
parent 7c4689bcbf
commit 36be565e69

View file

@ -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