use command

This commit is contained in:
Carlo Sala 2024-08-28 14:27:03 +02:00
commit cfe9da7d54
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -445,7 +445,7 @@ _scd_Y19oug_match() {
# build a list of matching directories reverse-sorted by their probabilities
dmatching=( ${(f)"$(
builtin printf "%s %s\n" ${(Oakv)drank} |
sort -grk1 )"}
command sort -grk1 )"}
)
dmatching=( ${dmatching#*[[:blank:]]} )