From 0745592886e778b50c299ff8a267529848b29407 Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Mon, 13 Sep 2021 09:05:43 +0200 Subject: [PATCH] fix a spello in comments in the generated .p10k.zsh --- internal/wizard.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/wizard.zsh b/internal/wizard.zsh index c4c7a87c..7e91a1c7 100644 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -1057,7 +1057,7 @@ function ask_use_rprompt() { case $choice in r) return 1;; 1) ;; - 2) pure_use_rprompt=; options+=rpromt;; + 2) pure_use_rprompt=; options+=rprompt;; esac return 0 }