fix a spello in comments in the generated .p10k.zsh

This commit is contained in:
Roman Perepelitsa 2021-09-13 09:05:43 +02:00
parent d2f78d4b29
commit 0745592886

View file

@ -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
}