From cf3c3c3603ef2668fb20910911889e255ea4c757 Mon Sep 17 00:00:00 2001 From: Yves Dubromelle Date: Mon, 11 Oct 2021 22:24:09 +0200 Subject: [PATCH] fix: infos git dans le prompt --- configuration/bash-prompt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration/bash-prompt.sh b/configuration/bash-prompt.sh index 0e958f5..23c8041 100644 --- a/configuration/bash-prompt.sh +++ b/configuration/bash-prompt.sh @@ -1,3 +1,6 @@ +# Git information in prompt +. /run/current-system/sw/share/bash-completion/completions/git-prompt.sh + # Prompt colors if [[ $(tput colors) -ge 256 ]] 2>/dev/null; then PS1_USER='\[$(tput setaf 27)\]'