about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-10-17 04:52:56 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-10-17 04:52:56 +0000
commit6014bbdb459e30aee0f5ec4a7e0bdfb43a264adf (patch)
treed04738e985ed498621fb5f4930ffd4ce0143ee42 /Functions
parentbf23cb8fe738c1fcd2c1b8a458f4316a3b782652 (diff)
downloadzsh-6014bbdb459e30aee0f5ec4a7e0bdfb43a264adf.tar.gz
zsh-6014bbdb459e30aee0f5ec4a7e0bdfb43a264adf.tar.xz
zsh-6014bbdb459e30aee0f5ec4a7e0bdfb43a264adf.zip
zsh-3.1.6-bart-7 zsh-3.1.6-bart-7
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Misc/.distfiles2
-rw-r--r--Functions/Prompts/.distfiles9
-rw-r--r--Functions/Prompts/prompt_elite2_setup4
3 files changed, 12 insertions, 3 deletions
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 () { }