From d3170c8ee6eb6aa6050d6531536e5e9fba278b57 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 4 Oct 1999 22:57:19 +0000 Subject: Initial revision --- Functions/Prompts/prompt_magenta_setup | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Functions/Prompts/prompt_magenta_setup (limited to 'Functions/Prompts/prompt_magenta_setup') diff --git a/Functions/Prompts/prompt_magenta_setup b/Functions/Prompts/prompt_magenta_setup new file mode 100644 index 000000000..2bc256267 --- /dev/null +++ b/Functions/Prompts/prompt_magenta_setup @@ -0,0 +1,18 @@ +# 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 + +# Created by Jim Foltz +# Changed by Spidey 08/06 +prompt_magenta_setup () { + PS1="%{$fg_magenta$bg_magenta$bold_color%}$char_333$char_262$char_261$char_260%{$fg_white$bg_magenta$bold_color%}%n@%m%{$reset_color$fg_magenta$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_magenta$bg_grey$bold_color%}%~/%{$reset_color%} " + PS2="%{$fg_magenta$bg_grey%}$char_333$char_262$char_261$char_260%{$reset_color%}>" + + precmd () { } + preexec () { } +} + +prompt_magenta_setup "$@" -- cgit 1.4.1