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