aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'internal/p10k.zsh')
-rwxr-xr-xinternal/p10k.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index c3b0a322..3c08ab87 100755
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -292,7 +292,7 @@ _p9k_cache_stat_get() {
fi
if (( $+commands[md5] )); then
- local -a md5=(md5 -q)
+ local -a md5=(md5)
elif (( $+commands[md5sum] )); then
local -a md5=(md5sum -b)
else