about summary refs log tree commit diff
path: root/Functions/Prompts/prompt_yellow_setup
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Prompts/prompt_yellow_setup')
-rw-r--r--Functions/Prompts/prompt_yellow_setup18
1 files changed, 0 insertions, 18 deletions
diff --git a/Functions/Prompts/prompt_yellow_setup b/Functions/Prompts/prompt_yellow_setup
deleted file mode 100644
index 31a8ac1b0..000000000
--- a/Functions/Prompts/prompt_yellow_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_yellow_setup () {
-  PS1="%{$fg_yellow$bg_yellow$bold_color%}$char_333$char_262$char_261$char_260%{$fg_white$bg_yellow$bold_color%}%n@%m%{$reset_color$fg_yellow$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_yellow$bg_grey$bold_color%}%~/%{$reset_color%} "
-  PS2="%{$fg_yellow$bg_grey%}$char_333$char_262$char_261$char_260%{$reset_color%}>"
-
-  precmd () { }
-  preexec () { }
-}
-
-prompt_yellow_setup "$@"