From 77e92768e8c5c3d1a85498cd7f3b7cd09fc34a1f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 13 Sep 2021 19:28:20 +0200 Subject: [PATCH] bash: umbruch prompt --- .bash_extra | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bash_extra b/.bash_extra index 63460fe..82ed872 100644 --- a/.bash_extra +++ b/.bash_extra @@ -11,7 +11,7 @@ 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\]' +export PS1='\n\[\e[34m\]\u@\[\e[34m\]\h \[\e[37m\]\A \[\e[94m\]\w\[\e[33m\]$(__git_ps1) \[\e[94m\]\n> \[\e[39m\]' #\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 @@ -30,4 +30,3 @@ export LESS_TERMCAP_se=$'\E[0m' export LESS_TERMCAP_so=$'\E[01;42;30m' export LESS_TERMCAP_ue=$'\E[0m' export LESS_TERMCAP_us=$'\E[01;36m' -