mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-22 04:10:07 +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
|
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…
Reference in a new issue