diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-18 15:52:19 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-18 15:52:19 +0000 |
commit | d349d2f1cd18c49fbda8d419e262520db5c5e912 (patch) | |
tree | c835780ad3cac3333e78c661148b2c0dd06c780a /Functions/Prompts/prompt_red_setup | |
parent | 273644abe162d1a7a3e98c392403162a00224628 (diff) | |
download | zsh-d349d2f1cd18c49fbda8d419e262520db5c5e912.tar.gz zsh-d349d2f1cd18c49fbda8d419e262520db5c5e912.tar.xz zsh-d349d2f1cd18c49fbda8d419e262520db5c5e912.zip |
zsh-workers:8668
Diffstat (limited to 'Functions/Prompts/prompt_red_setup')
-rw-r--r-- | Functions/Prompts/prompt_red_setup | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Functions/Prompts/prompt_red_setup b/Functions/Prompts/prompt_red_setup deleted file mode 100644 index e10d43bcd..000000000 --- a/Functions/Prompts/prompt_red_setup +++ /dev/null @@ -1,18 +0,0 @@ -# Converted to zsh prompt theme by bash2zshprompt, written by <adam@spiers.net> - -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 <aa204@acorn.net> -# Changed by Spidey 08/06 -prompt_red_setup () { - PS1="%{$fg_red$bg_red$bold_color%}$char_333$char_262$char_261$char_260%{$fg_white$bg_red$bold_color%}%n@%m%{$reset_color$fg_red$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_red$bg_grey$bold_color%}%~/%{$reset_color%} " - PS2="%{$fg_red$bg_grey%}$char_333$char_262$char_261$char_260%{$reset_color%}>" - - precmd () { } - preexec () { } -} - -prompt_red_setup "$@" |