mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
fix a spello in comments in the generated .p10k.zsh
This commit is contained in:
parent
d2f78d4b29
commit
0745592886
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue