mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
md5 -q => md5
This commit is contained in:
parent
ab160b49f5
commit
6724f3ae5d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue