fix: infos git dans le prompt

nixos-21.05-preparation
Yves Dubromelle 4 years ago
parent edad20c5c0
commit cf3c3c3603

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

Loading…
Cancel
Save