From 5efc7525eceb8d3b5fd5f6d51396e6d58d84fa88 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 19 Nov 1999 11:48:09 +0000 Subject: manual/8684 --- Functions/Prompts/promptinit | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Functions/Prompts/promptinit') diff --git a/Functions/Prompts/promptinit b/Functions/Prompts/promptinit index cfab990df..faa73be21 100644 --- a/Functions/Prompts/promptinit +++ b/Functions/Prompts/promptinit @@ -8,12 +8,12 @@ prompt_themes=() typeset -gU prompt_themes -typeset -g prompt_theme +typeset -g prompt_theme >/dev/null promptinit () { emulate -L zsh setopt extendedglob - local ppath='' name + local ppath='' name theme # Autoload all prompt_*_setup functions in fpath for theme in $^fpath/prompt_*_setup(N); do @@ -170,6 +170,8 @@ prompt () { (( $#prompt_opts )) && setopt noprompt{bang,cr,percent,subst} prompt${^prompt_opts[@]} + + true } prompt_preview_theme () { -- cgit 1.4.1