Added seperator

This commit is contained in:
jfm 2018-05-09 12:34:04 +02:00
parent 34a7fbea0f
commit fcbbdcf394
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ GIT_PS1_SHOWUPSTREAM="auto"
GIT_PS1_SHOWDIRTYSTATE="auto" GIT_PS1_SHOWDIRTYSTATE="auto"
GIT_PS1_SHOWCOLORHINTS="auto" GIT_PS1_SHOWCOLORHINTS="auto"
GIT_PS1_SHOWUNTRACKEDFILES="auto" GIT_PS1_SHOWUNTRACKEDFILES="auto"
GIT_PS1_STATESEPARATOR=" "
#source /home/jfm/Repositories/bash-git-prompt/gitprompt.sh #source /home/jfm/Repositories/bash-git-prompt/gitprompt.sh
source /usr/share/git/completion/git-prompt.sh source /usr/share/git/completion/git-prompt.sh
PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ ' PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '