From 7ae91cb97267908030f1537def7f9c1b010957d9 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 23 Aug 2021 12:29:53 +0200 Subject: [PATCH] bash: ps1 bugfix --- .bash_extra | 1 - 1 file changed, 1 deletion(-) diff --git a/.bash_extra b/.bash_extra index eb8a86b..e74cc78 100644 --- a/.bash_extra +++ b/.bash_extra @@ -12,7 +12,6 @@ export GIT_PS1_SHOWUNTRACKEDFILES=1 export GIT_PS1_SHOWDIRTYSTATE=1 export GIT_PS1_SHOWSTASHSTATE=1 export PS1='\[\e[34m\]\u@\[\e[34m\]\h \[\e[37m\]\A \[\e[94m\]\w\[\e[33m\]$(__git_ps1) \[\e[94m\]\n> \[\e[39m\]' -rt PS1='\u@\h \A \w$(__git_ps1)\n> '| #\e[34m \u @ \e[34m \h \e[37m \A \e[94m \w \e[33m $(__git_ps1) \e[94m \n> \e[39m #Blau User @ Bue Hostname Light Gray HH:MM LightBlue Verzeichnis Yellow Git-Script LightBlue Zeilenumbruch Standard-Vordergrund-Farbe