diff --git a/modules/prompt/functions/prompt_progressive_setup b/modules/prompt/functions/prompt_progressive_setup index c1762571..e7206548 100644 --- a/modules/prompt/functions/prompt_progressive_setup +++ b/modules/prompt/functions/prompt_progressive_setup @@ -152,6 +152,7 @@ function prompt_progressive_setup { 4) style=unabbreviated ;; 5) style=multiline ;; 6) style=verbose ;; + [a-z]*) style="$1" ;; *) print -P "Unrecognized style '%F{blue}$style%f'." >&2 style=concise