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

pull/1572/head
Roman Perepelitsa 3 years ago
parent d2f78d4b29
commit 0745592886

@ -1057,7 +1057,7 @@ function ask_use_rprompt() {
case $choice in case $choice in
r) return 1;; r) return 1;;
1) ;; 1) ;;
2) pure_use_rprompt=; options+=rpromt;; 2) pure_use_rprompt=; options+=rprompt;;
esac esac
return 0 return 0
} }

Loading…
Cancel
Save