fix: infos git dans le prompt

This commit is contained in:
Yves Dubromelle
2021-10-11 22:24:09 +02:00
parent edad20c5c0
commit cf3c3c3603

View File

@@ -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)\]'