mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
use command
This commit is contained in:
parent
728b9420ac
commit
cfe9da7d54
1 changed files with 1 additions and 1 deletions
|
|
@ -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:]]} )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue