mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-26 00:41:57 +00:00
more empty lines
This commit is contained in:
parent
16bb3104ca
commit
53a3fa92f1
1 changed files with 6 additions and 1 deletions
|
@ -356,7 +356,12 @@ function install_font() {
|
||||||
print -P ""
|
print -P ""
|
||||||
local key=
|
local key=
|
||||||
read -k key${(%):-"?%BWill you restart iTerm2 before proceeding? [yN]: %b"} || quit -c
|
read -k key${(%):-"?%BWill you restart iTerm2 before proceeding? [yN]: %b"} || quit -c
|
||||||
[[ $key = (y|Y) ]] && exit 69
|
if [[ $key = (y|Y) ]]; then
|
||||||
|
print -P ""
|
||||||
|
print -P ""
|
||||||
|
exit 69
|
||||||
|
fi
|
||||||
|
print -P ""
|
||||||
print -P ""
|
print -P ""
|
||||||
print -P "It's important to %Brestart iTerm2%b for the changes to take effect."
|
print -P "It's important to %Brestart iTerm2%b for the changes to take effect."
|
||||||
print -P ""
|
print -P ""
|
||||||
|
|
Loading…
Reference in a new issue