Skip to content

Commit

Permalink
run.zsh: Better messages
Browse files Browse the repository at this point in the history
  • Loading branch information
psprint committed Oct 13, 2019
1 parent 3bc298c commit 5a9d76f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions run.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ rm -rf **/(_zplug|_zgen|_zplugin)(DN) results/*.txt(DN)

print -P "%F{160}done%f"

print -P "\n%F{160}==========================%f"
print -P "%F{160}Running installation test…%f"
print -P "%F{160}==========================%f"
print -P "\n%F{160}============================%f"
print -P "%F{160}Measuring installation time…%f"
print -P "%F{160}============================%f"

for i in zplug zgen zplugin*~*omz; do
print -P "\n%F{154}=== 3 results for %F{140}$i%F{154}: ===%f"
Expand All @@ -37,9 +37,9 @@ for i in zplug zgen zplugin*~*omz; do
cd -q $__thepwd
done

print -P "\n%F{160}==========================%f"
print -P "%F{160}Running startup-time test…%f"
print -P "%F{160}==========================%f"
print -P "\n%F{160}============================%f"
print -P "%F{160}Measuring startup-time time…%f"
print -P "%F{160}============================%f"

for i in zplug zgen zplugin*~(*omz|*txt); do
print -P "\n%F{154}=== 10 results for %F{140}$i%F{154}: ===%f"
Expand Down

0 comments on commit 5a9d76f

Please sign in to comment.