From d349d2f1cd18c49fbda8d419e262520db5c5e912 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 18 Nov 1999 15:52:19 +0000 Subject: zsh-workers:8668 --- Functions/Prompts/prompt_blue_setup | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 Functions/Prompts/prompt_blue_setup (limited to 'Functions/Prompts/prompt_blue_setup') diff --git a/Functions/Prompts/prompt_blue_setup b/Functions/Prompts/prompt_blue_setup deleted file mode 100644 index 14c12b0fe..000000000 --- a/Functions/Prompts/prompt_blue_setup +++ /dev/null @@ -1,23 +0,0 @@ -# Converted to zsh prompt theme by bash2zshprompt, written by - -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")} -done - -# Blue -# Created by BadlandZ in v.0.4b -# Adapted by jf -# Changed By Spidey 08/06 Adding Ending brackets %} -# -prompt_blue_setup () { - PS1="%{$fg_blue$bg_blue$bold_color%}$char_333$char_262$char_261$char_260%{$fg_white$bg_blue$bold_color%}%n@%m%{$reset_color%}\ - %{$fg_blue$bg_grey%}$char_333$char_262$char_261$char_260%{$fg_white$bg_grey$bold_color%} \ - %D{%a %b %d} %D{%I:%M:%S%P} $prompt_newline%{$fg_blue$bg_grey$bold_color%}%~/%{$reset_color%} " - PS2="%{$fg_blue$bg_grey%}$char_333$char_262$char_261$char_260%{$reset_color%}>" - - precmd () { } - preexec () { } -} - -prompt_blue_setup "$@" -- cgit 1.4.1