mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2025-03-17 20:17:45 +02:00
md5 -q => md5
This commit is contained in:
parent
ab160b49f5
commit
6724f3ae5d
@ -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…
x
Reference in New Issue
Block a user