summaryrefslogtreecommitdiff
path: root/plugins/scd
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/scd')
-rwxr-xr-xplugins/scd/scd2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scd/scd b/plugins/scd/scd
index 7e9654b44..c79de4538 100755
--- a/plugins/scd/scd
+++ b/plugins/scd/scd
@@ -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} |
- /usr/bin/sort -grk1 )"}
+ command sort -grk1 )"}
)
dmatching=( ${dmatching#*[[:blank:]]} )