From d0a12b9d7bf8794c1fd4b490501ee167aa62b511 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 10 May 2005 04:38:54 +0000 Subject: Misc. prompt theme repairs --- Functions/Prompts/prompt_fade_setup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Functions/Prompts/prompt_fade_setup') diff --git a/Functions/Prompts/prompt_fade_setup b/Functions/Prompts/prompt_fade_setup index 5b49f6105..ab908e41e 100644 --- a/Functions/Prompts/prompt_fade_setup +++ b/Functions/Prompts/prompt_fade_setup @@ -27,9 +27,8 @@ prompt_fade_setup () { local userhost=${2:-'white'} local date=${3:-'white'} - for code in 333 262 261 260 333 262 261 260 333 262 261 260; do - local varname=char_$code - : ${(P)varname=$(echo -n "\\0$code")} + for code in 333 262 261 260; do + local char_$code=$(echo -n "\\0$code") done PS1="%{$fg[$fadebar_cwd]$bg[$fadebar_cwd]$bold_color%}$char_333$char_262$char_261$char_260%{$fg[$userhost]$bg[$fadebar_cwd]$bold_color%}%n@%m%{$reset_color$fg[$fadebar_cwd]$bg[grey]%}$char_333$char_262$char_261$char_260%{$fg[$date]$bg[grey]$bold_color%} %D{%a %b %d} %D{%I:%M:%S%P} $prompt_newline%{$fg[$fadebar_cwd]$bg[grey]$bold_color%}%~/%{$reset_color%} " -- cgit v1.2.3