diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-09-13 10:05:43 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2021-09-13 10:05:43 +0300 |
commit | 0745592886e778b50c299ff8a267529848b29407 (patch) | |
tree | d358ee36880828fd59d77e60774ffd04cc5561bb /internal | |
parent | d2f78d4b29d463b433aa6e013661331b63317b22 (diff) |
fix a spello in comments in the generated .p10k.zsh
Diffstat (limited to 'internal')
-rw-r--r-- | internal/wizard.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |