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_bigfade_setup | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Functions/Prompts/prompt_bigfade_setup') diff --git a/Functions/Prompts/prompt_bigfade_setup b/Functions/Prompts/prompt_bigfade_setup index 260c0ddf0..3b73c1e0f 100644 --- a/Functions/Prompts/prompt_bigfade_setup +++ b/Functions/Prompts/prompt_bigfade_setup @@ -25,9 +25,8 @@ prompt_bigfade_setup () { local date=${3:-'white'} local cwd=${4:-'yellow'} - for code in 333 262 261 260 260 261 262 333 333 262 261 260 333 262 261 260 260 261 262 333 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="%{$bold_color$fg[$fadebar]$bold_color%}$char_333$char_262$char_261$char_260%{$bold_color$fg[$userhost]$bg[$fadebar]%}%n@%m%{$reset_color$fg[$fadebar]$bg[grey]%}$char_260$char_261$char_262$char_333%{$reset_color$fg[$fadebar]$bg[grey]%}$char_333$char_262$char_261$char_260%{$bold_color$fg[$date]$bg[grey]%} %D{%a %b %d} %D{%I:%M:%S%P}$prompt_newline%{$bold_color$fg[$cwd]$bg[grey]%}$PWD>%{$reset_color%} " -- cgit 1.4.1