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_off_setup | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Functions/Prompts/prompt_off_setup (limited to 'Functions/Prompts/prompt_off_setup') diff --git a/Functions/Prompts/prompt_off_setup b/Functions/Prompts/prompt_off_setup new file mode 100644 index 000000000..318060e88 --- /dev/null +++ b/Functions/Prompts/prompt_off_setup @@ -0,0 +1,11 @@ +# Converted to zsh prompt theme by bash2zshprompt, written by +# Very simple prompt +prompt_off_setup () { + PS1="%# " + PS2="> " + + precmd () { } + preexec () { } +} + +prompt_off_setup "$@" -- cgit 1.4.1