From 6014bbdb459e30aee0f5ec4a7e0bdfb43a264adf Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 17 Oct 1999 04:52:56 +0000 Subject: zsh-3.1.6-bart-7 --- Functions/Misc/.distfiles | 2 +- Functions/Prompts/.distfiles | 9 +++++++++ Functions/Prompts/prompt_elite2_setup | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 Functions/Prompts/.distfiles (limited to 'Functions') diff --git a/Functions/Misc/.distfiles b/Functions/Misc/.distfiles index 6e481e916..e4ae3940b 100644 --- a/Functions/Misc/.distfiles +++ b/Functions/Misc/.distfiles @@ -1,6 +1,6 @@ DISTFILES_SRC=' .distfiles - acx allopt cat cdmatch cdmatch2 checkmail cx harden mere multicomp + acx allopt cat cdmatch cdmatch2 checkmail colors cx harden mere multicomp nslookup proto pushd randline run-help yp yu zed zless zls ' diff --git a/Functions/Prompts/.distfiles b/Functions/Prompts/.distfiles new file mode 100644 index 000000000..81b4f2c07 --- /dev/null +++ b/Functions/Prompts/.distfiles @@ -0,0 +1,9 @@ +DISTFILES_SRC=' + .distfiles + prompt_elite2_setup prompt_red_setup prompt_adam1_setup + prompt_elite_setup prompt_redhat_setup prompt_adam2_setup + prompt_fire_setup prompt_suse_setup prompt_blue_setup + prompt_green_setup prompt_white_setup prompt_combo_setup + prompt_magenta_setup prompt_yellow_setup prompt_cyan_setup + prompt_off_setup promptinit +' diff --git a/Functions/Prompts/prompt_elite2_setup b/Functions/Prompts/prompt_elite2_setup index c6bb0b076..58a151e9c 100644 --- a/Functions/Prompts/prompt_elite2_setup +++ b/Functions/Prompts/prompt_elite2_setup @@ -7,8 +7,8 @@ prompt_elite2_setup () { local COLOR2="%{$bold_color$fg_cyan%}" local COLOR3="%{$bold_color$fg_grey%}" local COLOR4="%{$reset_color%}" - PS1="$COLOR3レ$COLOR1ト$COLOR2($COLOR1%n$COLOR3@$COLOR1%m$COLOR2)$COLOR1ト$COLOR2($COLOR1%!$COLOR3/$COLOR1$GRAD1$COLOR2)$COLOR1ト$COLOR2($COLOR1%D{%I:%M%P}$COLOR3:$COLOR1%D{%m/%d/%y}$COLOR2)$COLOR1ト$COLOR3-$COLOR4$prompt_newline$COLOR3タ$COLOR1ト$COLOR2($COLOR1%#$COLOR3:$COLOR1%~$COLOR2)$COLOR1ト$COLOR3-$COLOR4 " - PS2="$COLOR2ト$COLOR1ト$COLOR3-$COLOR4 " + PS1="$COLOR3レ$COLOR1ト$COLOR2($COLOR1%n$COLOR3@$COLOR1%m$COLOR2)$COLOR1ト$COLOR2($COLOR1%!$COLOR3/$COLOR1$GRAD1$COLOR2)$COLOR1ト$COLOR2($COLOR1%D{%I:%M%P}$COLOR3:$COLOR1%D{%m/%d/%y}$COLOR2)$COLOR1ト$COLOR3-$COLOR4$prompt_newline$COLOR3タ$COLOR1ト$COLOR2($COLOR1%#$COLOR3:$COLOR1%~$COLOR2)$COLOR1ト$COLOR3-$COLOR4 " + PS2="$COLOR2ト$COLOR1ト$COLOR3-$COLOR4 " precmd () { } preexec () { } -- cgit 1.4.1