diff options
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/Prompts/prompt_bart_setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Prompts/prompt_bart_setup b/Functions/Prompts/prompt_bart_setup index a71bf2deb..55dd292e8 100644 --- a/Functions/Prompts/prompt_bart_setup +++ b/Functions/Prompts/prompt_bart_setup @@ -70,7 +70,7 @@ integer PSCOL=1 prompt_bart_precmd () { setopt localoptions noxtrace noksharrays unset - local zero='%([BSUbfksu]|FB{*})' escape colno lineno + local zero='%([BSUbfksu]|[FB]{*})' escape colno lineno # Using psvar here protects against unwanted promptsubst expansions. |