From e6077968c98a4d7f9d1c87a1f4a8ec2715fbc403 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 27 Dec 2021 17:45:25 +0100 Subject: Make Bash prompt less busy --- .bash_prompt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.bash_prompt b/.bash_prompt index da145f4..9473225 100644 --- a/.bash_prompt +++ b/.bash_prompt @@ -172,11 +172,12 @@ __write-context () __fontify '\H' bold green fi - __fontify : dim + printf ' ' __fontify '\w' bold blue if [ ${PS1_SHOWGITSTATUS} ] then + printf ' ' __fontify "$(__git_ps1 '(%s)')" red fi } -- cgit v1.2.3