pull/384/head
romkatv 5 years ago
parent 553bf08a74
commit 16bb3104ca

@ -355,7 +355,7 @@ function install_font() {
flowing +c -i 5 " 2. Open %BiTerm2%b." flowing +c -i 5 " 2. Open %BiTerm2%b."
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 [[ $key = (y|Y) ]] && exit 69
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."

Loading…
Cancel
Save