From 29f582d69b4dbe6e53489c4c788db02cb3ea8822 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 26 Jul 2024 08:23:46 +0200 Subject: [PATCH] remove explicit source Signed-off-by: Michael Grote --- .bash_ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/.bash_ps1 b/.bash_ps1 index 3d21715..4b5ceea 100644 --- a/.bash_ps1 +++ b/.bash_ps1 @@ -8,7 +8,6 @@ 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