From fcbbdcf39492e001fe70ef3a04ce5593a4d554b2 Mon Sep 17 00:00:00 2001 From: jfm Date: Wed, 9 May 2018 12:34:04 +0200 Subject: [PATCH] Added seperator --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.bashrc b/bash/.bashrc index 9ea9276..e3ae1e1 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -150,6 +150,7 @@ GIT_PS1_SHOWUPSTREAM="auto" GIT_PS1_SHOWDIRTYSTATE="auto" GIT_PS1_SHOWCOLORHINTS="auto" GIT_PS1_SHOWUNTRACKEDFILES="auto" +GIT_PS1_STATESEPARATOR=" " #source /home/jfm/Repositories/bash-git-prompt/gitprompt.sh source /usr/share/git/completion/git-prompt.sh PS1='[\u@\h \W$(__git_ps1 " (%s)")]\$ '