aboutsummaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-01-27 12:42:43 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-01-27 12:42:43 +0300
commit37f6b67dc992a6ea3847c7e973f1ee4c07148c9c (patch)
treee5bc74ef10e93b846ea5688adb27a872c107635d /internal/wizard.zsh
parent3bca7e845f6e85b7fad20e0356ca3ec14b187dd1 (diff)
better text flowing when nudging to restart iTerm2
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-xinternal/wizard.zsh6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh
index 2ef816eb..ac8bcad6 100755
--- a/internal/wizard.zsh
+++ b/internal/wizard.zsh
@@ -355,9 +355,9 @@ function install_font() {
print -P " %2FOK%f"
run_command "Updating %BiTerm2%b settings cache" /usr/bin/defaults read com.googlecode.iterm2
clear
- print -P "%2FMeslo Nerd Font%f successfully installed."
+ flowing +c "%2FMeslo Nerd Font%f" successfully installed.
print -P ""
- print -P "Please %Brestart iTerm2%b for the changes to take effect."
+ flowing +c Please "%Brestart iTerm2%b" for the changes to take effect.
print -P ""
while true; do
flowing +c -i 5 " 1. Click" "%BiTerm2 → Quit iTerm2%b" or press "%B⌘ Q%b."
@@ -372,7 +372,7 @@ function install_font() {
fi
print -P ""
print -P ""
- print -P "It's important to %Brestart iTerm2%b for the changes to take effect."
+ flowing +c "It's" important to "%Brestart iTerm2%b" for the changes to take effect.
print -P ""
done
;;