dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 9416d345a95172e789dec1b1a213e4da185ce0b7
parent 71ec4e32028745af05c533d5a4d4b4dc687b4505
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue,  8 Nov 2016 18:35:25 +0100

(m) Reduce focus on separators

Diffstat:
M.bashprompt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.bashprompt b/.bashprompt @@ -118,10 +118,10 @@ __set-prompt () PS1+=$(__fontify '@\H' dim green) fi - PS1+=$(__fontify : bold white) + PS1+=$(__fontify : dim) PS1+=$(__fontify '\w' bold blue) PS1+=$(__fontify "$(__git_ps1 '(%s)')" red) - PS1+=$(__fontify '\$' bold white) + PS1+=$(__fontify '\$' dim) PS1+=' ' BUILDING_PS1=