mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-09-18 00:10:08 +00:00
md5 -q => md5
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user