From 051731fd6105354f23531db15ffc45c82c7edc8e Mon Sep 17 00:00:00 2001 From: Akelge Date: Sun, 1 Jun 2014 06:54:10 +0000 Subject: [PATCH] Update prompts --- zsh/zsh.d/prompts/prompt_nice_setup | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zsh/zsh.d/prompts/prompt_nice_setup b/zsh/zsh.d/prompts/prompt_nice_setup index dac907c..21793b5 100644 --- a/zsh/zsh.d/prompts/prompt_nice_setup +++ b/zsh/zsh.d/prompts/prompt_nice_setup @@ -2,8 +2,10 @@ function prompt_nice_setup { if `fancyTerm`; then W="::: %n at %m in %. :::" I="%m::%." - L="$FX[bold]$FX[italic]$BG[111]$FG[239]@%m::%2~ $BG[000] -$FG[228]%#$FX[reset] " + # L="$FX[bold]$FX[italic]$BG[111]$FG[239]@%m::%2~ $BG[000] +# $FG[228]%#$FX[reset] " + L="$FX[bold]$FX[italic]$BG[062]@%m::%2~ $BG[000] +$FG[220]%#$FX[reset] " PS1="%{]2;$W%}%{]1;$I%}$L" unset W I L